libobs: Update version to 31.0.1

This commit is contained in:
Ryan Foster
2025-01-17 18:40:47 -05:00
parent 1baa4619e4
commit 0014f9fa18
+1 -1
View File
@@ -41,7 +41,7 @@
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 0
#define LIBOBS_API_PATCH_VER 1
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)