Skip to content

Commit 3dfcdb8

Browse files
committed
Revert "libobs: Update version to 28.1.0"
This reverts commit 9baf7f4.
1 parent 9baf7f4 commit 3dfcdb8

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

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

0 commit comments

Comments
 (0)