From e24aaa0b5847f0d61a74b46d52e472be02a5688a Mon Sep 17 00:00:00 2001 From: jp9000 Date: Mon, 28 Sep 2020 04:41:22 -0700 Subject: [PATCH] libobs: Update version to 26.0.0 --- libobs/obs-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libobs/obs-config.h b/libobs/obs-config.h index 3fb5ddbfb..0eaa4adbd 100644 --- a/libobs/obs-config.h +++ b/libobs/obs-config.h @@ -27,7 +27,7 @@ /* * Increment if major breaking API changes */ -#define LIBOBS_API_MAJOR_VER 25 +#define LIBOBS_API_MAJOR_VER 26 /* * Increment if backward-compatible additions @@ -41,7 +41,7 @@ * * Reset to zero each major or minor version */ -#define LIBOBS_API_PATCH_VER 8 +#define LIBOBS_API_PATCH_VER 0 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \ ((major << 24) | (minor << 16) | patch)