libobs: Update version to 25.0.5 (mac release)

This commit is contained in:
jp9000 2020-04-08 16:21:09 -07:00
parent 2a318d915f
commit e10d44d5f5

View File

@ -41,7 +41,7 @@
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 4
#define LIBOBS_API_PATCH_VER 5
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
((major << 24) | (minor << 16) | patch)