Skip to content

Commit 7272af1

Browse files
committed
libobs: Update version to 32.1.1
1 parent 3a9cf4a commit 7272af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libobs/obs-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* Reset to zero each major or minor version
4343
*/
44-
#define LIBOBS_API_PATCH_VER 0
44+
#define LIBOBS_API_PATCH_VER 1
4545

4646
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
4747

0 commit comments

Comments
 (0)