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 3a9cf4a commit 7272af1Copy full SHA for 7272af1
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 0
+#define LIBOBS_API_PATCH_VER 1
45
46
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
47
0 commit comments