diff --git a/libobs/obs-config.h b/libobs/obs-config.h index aaa7f07a62afa15fa1456dcefb04a858a6746bf3..9a1594dabf2aa015383838fb08719c1270b9fbed 100644 --- a/libobs/obs-config.h +++ b/libobs/obs-config.h @@ -34,14 +34,14 @@ * * Reset to zero each major version */ -#define LIBOBS_API_MINOR_VER 9 +#define LIBOBS_API_MINOR_VER 10 /* * Increment if backward-compatible bug fix * * Reset to zero each major or minor version */ -#define LIBOBS_API_PATCH_VER 1 +#define LIBOBS_API_PATCH_VER 0 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \ ((major << 24) | \