libobs: Update version to 23.2.1

This commit is contained in:
jp9000 2019-06-13 22:28:10 -07:00
parent bcd59b670a
commit 02e523c125

View File

@ -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) | \