mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 11:28:41 -04:00
libobs: Update version to 32.1.0
This commit is contained in:
1 parent
68b19f6b88
commit
1d6f1859ea
1 file changed
+2
-2
+2
-2
@@ -34,14 +34,14 @@
|
||||
*
|
||||
* Reset to zero each major version
|
||||
*/
|
||||
#define LIBOBS_API_MINOR_VER 0
|
||||
#define LIBOBS_API_MINOR_VER 1
|
||||
|
||||
/*
|
||||
* Increment if backward-compatible bug fix
|
||||
*
|
||||
* Reset to zero each major or minor version
|
||||
*/
|
||||
#define LIBOBS_API_PATCH_VER 4
|
||||
#define LIBOBS_API_PATCH_VER 0
|
||||
|
||||
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
|
||||
|
||||
|
||||
Reference in new issue
Block a user