diff --git a/Makefile b/Makefile index e15db12..545f92c 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ # # also set in: -# jucewrapper/CMakeList.txt `project` +# jucewrapper/CMakeLists.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 22.10 +VERSION = 22.11 # -------------------------------------------------------------- # Import base definitions diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 881be58..d47ce34 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.10) +project(Cardinal VERSION 22.11) add_subdirectory(JUCE) diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index 2fda115..5508c1f 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -57,7 +57,7 @@ # include #endif -const std::string CARDINAL_VERSION = "22.10"; +const std::string CARDINAL_VERSION = "22.11"; namespace rack { diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 8aabd0c..4357c22 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -714,7 +714,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 22, 10); + return d_version(0, 22, 11); } int64_t getUniqueId() const override