From e4840dfbf0fd925b05e64e6a5cfa9bbcfa662f9b Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 7 Oct 2022 15:54:56 +0100 Subject: [PATCH] Update submodules, bump version to 22.10 Signed-off-by: falkTX --- Makefile | 2 +- carla | 2 +- deps/PawPaw | 2 +- dpf | 2 +- jucewrapper/CMakeLists.txt | 2 +- src/CardinalCommon.cpp | 2 +- src/CardinalPlugin.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 4d665ac..ecec68d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # jucewrapper/CMakeList.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 22.09 +VERSION = 22.10 # -------------------------------------------------------------- # Import base definitions diff --git a/carla b/carla index 7d23ab7..bf27dca 160000 --- a/carla +++ b/carla @@ -1 +1 @@ -Subproject commit 7d23ab72be1f5fc541e919ad98c63f5ee2c9b94c +Subproject commit bf27dcad533978274a51b0d235b7a1b53b537c52 diff --git a/deps/PawPaw b/deps/PawPaw index 4baef39..1fcfa96 160000 --- a/deps/PawPaw +++ b/deps/PawPaw @@ -1 +1 @@ -Subproject commit 4baef39af5709ec44ee523b49a994a922dc3c4f0 +Subproject commit 1fcfa969e98624dd3d98a30a0925eb1c3991e4d2 diff --git a/dpf b/dpf index aea021a..1bdbb7d 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit aea021aed879d6ab8cee65b2c8b898141cc563c8 +Subproject commit 1bdbb7d9e13fc6e1f25506c127efa3cd48ec91ef diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 099ff1d..881be58 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.09) +project(Cardinal VERSION 22.10) add_subdirectory(JUCE) diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index 4329e04..2fda115 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -57,7 +57,7 @@ # include #endif -const std::string CARDINAL_VERSION = "22.09"; +const std::string CARDINAL_VERSION = "22.10"; namespace rack { diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index f72e560..5b48ddf 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -712,7 +712,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 22, 9); + return d_version(0, 22, 10); } int64_t getUniqueId() const override