Skip to content

Commit e8d1834

Browse files
committed
libobs: Update version to 31.1.0
1 parent f6c6b3f commit e8d1834

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 3
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)