summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLain <lain@obsproject.com>2023-12-09 14:21:20 -0600
committerLain <lain@obsproject.com>2023-12-09 14:21:20 -0600
commitfc59b60e17686f153bffebcbcc5d3faf14f6a2d4 (patch)
tree4b1254a810942e7253cffec7dd0e3b041dba07b1
parent0820baaf50d09c7543d8879328fbcbb0ee4cf99b (diff)
libobs: Update version to 30.0.130.0.1
-rw-r--r--libobs/obs-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobs/obs-config.h b/libobs/obs-config.h
index aee9e2906..e148172bb 100644
--- a/libobs/obs-config.h
+++ b/libobs/obs-config.h
@@ -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)