We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62dc7f commit 525c535Copy full SHA for 525c535
1 file changed
libobs/obs-config.h
@@ -41,7 +41,7 @@
41
*
42
* Reset to zero each major or minor version
43
*/
44
-#define LIBOBS_API_PATCH_VER 3
+#define LIBOBS_API_PATCH_VER 4
45
46
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
47
((major << 24) | (minor << 16) | patch)
0 commit comments