diff --git a/Makefile b/Makefile index be7735c..73a7383 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # also set in: # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 22.04 +VERSION = 22.05 # -------------------------------------------------------------- # Import base definitions diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 8bab15f..62cffa7 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.03) +project(Cardinal VERSION 22.05) add_subdirectory(JUCE) diff --git a/plugins/Fundamental b/plugins/Fundamental index 4516fbe..f7b3514 160000 --- a/plugins/Fundamental +++ b/plugins/Fundamental @@ -1 +1 @@ -Subproject commit 4516fbe3adb6c51abeaf1b2271e7029bb9ba6e53 +Subproject commit f7b3514f99fd07df23b9d123f6c3587302e7f89c diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index c5414ba..185174f 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -52,7 +52,7 @@ # include #endif -const std::string CARDINAL_VERSION = "22.04"; +const std::string CARDINAL_VERSION = "22.05"; namespace rack { namespace settings { diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 8051405..b53e81d 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -611,7 +611,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 22, 4); + return d_version(0, 22, 5); } int64_t getUniqueId() const override