Skip to content

Commit

Permalink
libobs: Update version to 28.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Oct 31, 2022
1 parent 26e91cf commit de36705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libobs/obs-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
*
* Reset to zero each major version
*/
#define LIBOBS_API_MINOR_VER 0
#define LIBOBS_API_MINOR_VER 1

/*
* Increment if backward-compatible bug fix
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 3
#define LIBOBS_API_PATCH_VER 0

#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
((major << 24) | (minor << 16) | patch)
Expand Down

0 comments on commit de36705

Please sign in to comment.