Skip to content

Commit 1d6f185

Browse files
committed
libobs: Update version to 32.1.0
1 parent 68b19f6 commit 1d6f185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libobs/obs-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
*
3535
* Reset to zero each major version
3636
*/
37-
#define LIBOBS_API_MINOR_VER 0
37+
#define LIBOBS_API_MINOR_VER 1
3838

3939
/*
4040
* Increment if backward-compatible bug fix
4141
*
4242
* Reset to zero each major or minor version
4343
*/
44-
#define LIBOBS_API_PATCH_VER 4
44+
#define LIBOBS_API_PATCH_VER 0
4545

4646
#define MAKE_SEMANTIC_VERSION(major, minor, patch) ((major << 24) | (minor << 16) | patch)
4747

0 commit comments

Comments
 (0)