Skip to content

Commit

Permalink
libobs: Update version to 30.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Jun 7, 2024
1 parent 28f0568 commit 5ef9792
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 1
#define LIBOBS_API_MINOR_VER 2

/*
* 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 5ef9792

Please sign in to comment.