summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLain <lain@obsproject.com>2023-12-10 14:03:25 -0600
committerLain <lain@obsproject.com>2023-12-10 14:03:25 -0600
commitb45a73296f4f898e2ed455023020058075c30bab (patch)
treec65f6d52d4a7db846cdeac6847a216e467117ede
parent97c28f6fafa96ace1a0beab98d09f821869372ac (diff)
libobs: Update version to 30.0.230.0.2
-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 e148172bb..4927fe1a0 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 1
+#define LIBOBS_API_PATCH_VER 2
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
((major << 24) | (minor << 16) | patch)