Skip to content

Commit f711aa3

Browse files
committed
libobs: Update version to 31.0.4
1 parent 185e609 commit f711aa3

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 3
44+
#define LIBOBS_API_PATCH_VER 4
4545

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

0 commit comments

Comments
 (0)