Skip to content

Commit 1239ef5

Browse files
committed
libobs: Update version to 32.0.0
1 parent 69162b1 commit 1239ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libobs/obs-config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
/*
2828
* Increment if major breaking API changes
2929
*/
30-
#define LIBOBS_API_MAJOR_VER 31
30+
#define LIBOBS_API_MAJOR_VER 32
3131

3232
/*
3333
* Increment if backward-compatible additions
3434
*
3535
* Reset to zero each major version
3636
*/
37-
#define LIBOBS_API_MINOR_VER 1
37+
#define LIBOBS_API_MINOR_VER 0
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 2
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)