libobs: Update version to 32.2.1

This commit is contained in:
Ryan Foster
2026-07-24 16:15:07 -04:00
parent e2e0bfc8fc
commit 0052d024fd

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) | (minor << 16) | patch)