Skip to content

Commit 0b12296

Browse files
committed
libobs: Update version to 32.0.1
1 parent 85fa987 commit 0b12296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)