Skip to content

Commit de36705

Browse files
committed
libobs: Update version to 28.1.0
1 parent 26e91cf commit de36705

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 3
44+
#define LIBOBS_API_PATCH_VER 0
4545

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

0 commit comments

Comments
 (0)