Skip to content

Commit 7778070

Browse files
committed
libobs: Update version to 31.1.2
1 parent e757039 commit 7778070

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 1
44+
#define LIBOBS_API_PATCH_VER 2
4545

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

0 commit comments

Comments
 (0)