Skip to content

Commit

Permalink
libobs: Update version to 30.2.1
Browse files Browse the repository at this point in the history
I forgot to update this before tagging 30.2.1, so the updater won't stop
telling people there's an update available, even after updating.
  • Loading branch information
RytoEX committed Jul 23, 2024
1 parent 7912d06 commit 4f7be9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libobs/obs-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 0
#define LIBOBS_API_PATCH_VER 1

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

0 comments on commit 4f7be9b

Please sign in to comment.