We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c6b3f commit e8d1834Copy full SHA for e8d1834
1 file changed
libobs/obs-config.h
@@ -34,14 +34,14 @@
34
*
35
* Reset to zero each major version
36
*/
37
-#define LIBOBS_API_MINOR_VER 0
+#define LIBOBS_API_MINOR_VER 1
38
39
/*
40
* Increment if backward-compatible bug fix
41
42
* Reset to zero each major or minor version
43
44
-#define LIBOBS_API_PATCH_VER 3
+#define LIBOBS_API_PATCH_VER 0
45
46
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
47
0 commit comments