diff --git a/libobs/obs-config.h b/libobs/obs-config.h index e385af8d75063f436b094ffd03e03829b929eae6..ffe25892a7342f5c8393eb92a5350b9e61f11985 100644 --- a/libobs/obs-config.h +++ b/libobs/obs-config.h @@ -41,7 +41,7 @@ * * Reset to zero each major or minor version */ -#define LIBOBS_API_PATCH_VER 1 +#define LIBOBS_API_PATCH_VER 2 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \ ((major << 24) | \