Skip to content

Commit

Permalink
libobs: Update version to 29.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed May 2, 2023
1 parent 8dbc476 commit 34e3d64
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 2
#define LIBOBS_API_PATCH_VER 0

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

0 comments on commit 34e3d64

Please sign in to comment.