From aad129314b7e5ffc5c91d026a5dc22f5df238c76 Mon Sep 17 00:00:00 2001 From: Crend King <975235+CrendKing@users.noreply.github.com> Date: Fri, 23 Jul 2021 22:38:39 -0700 Subject: [PATCH] Bump version --- filter_common/src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter_common/src/version.h b/filter_common/src/version.h index a92bf05..32b2592 100644 --- a/filter_common/src/version.h +++ b/filter_common/src/version.h @@ -28,8 +28,8 @@ namespace SynthFilter { #define FILTER_NAME_WIDE WIDEN(FILTER_NAME_BASE) #define FILTER_VERSION_MAJOR 1 -#define FILTER_VERSION_MINOR 1 -#define FILTER_VERSION_PATCH 6 +#define FILTER_VERSION_MINOR 2 +#define FILTER_VERSION_PATCH 0 #define FILTER_VERSION_STRING STRINGIZE(FILTER_VERSION_MAJOR) "." STRINGIZE(FILTER_VERSION_MINOR) "." STRINGIZE(FILTER_VERSION_PATCH) FILTER_VARIANT " # " FILTER_GIT_HASH }