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