We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6d9d8 commit 69d2740Copy full SHA for 69d2740
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 1
+#define LIBOBS_API_PATCH_VER 2
45
46
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
47
((major << 24) | (minor << 16) | patch)
0 commit comments