diff --git a/libobs/obs-config.h b/libobs/obs-config.h index c138e340f802a995dc8a6960d8cd689dcf868ee0..3b671d911c94d627cf9d5be6f45060b5f596a81e 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 2 +#define LIBOBS_API_PATCH_VER 3 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \ ((major << 24) | \