From 3d4b277a6099ebedf51b880f9ceb67e424a185c7 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 17 Aug 2018 16:12:45 -0700 Subject: [PATCH] libobs: Update version to 22.0.0 --- libobs/obs-config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libobs/obs-config.h b/libobs/obs-config.h index d9be8615..e80fe60c 100644 --- a/libobs/obs-config.h +++ b/libobs/obs-config.h @@ -27,21 +27,21 @@ /* * Increment if major breaking API changes */ -#define LIBOBS_API_MAJOR_VER 21 +#define LIBOBS_API_MAJOR_VER 22 /* * Increment if backward-compatible additions * * Reset to zero each major version */ -#define LIBOBS_API_MINOR_VER 1 +#define LIBOBS_API_MINOR_VER 0 /* * Increment if backward-compatible bug fix * * Reset to zero each major or minor version */ -#define LIBOBS_API_PATCH_VER 2 +#define LIBOBS_API_PATCH_VER 0 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \ ((major << 24) | \ -- GitLab