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 e757039 commit 7778070Copy full SHA for 7778070
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 1
+#define LIBOBS_API_PATCH_VER 2
45
46
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
47
0 commit comments