Bump version to 22.11

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-11-25 14:41:35 +00:00
parent e42f21b712
commit eb3c57d322
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 5 additions and 5 deletions

View file

@ -5,10 +5,10 @@
# #
# also set in: # also set in:
# jucewrapper/CMakeList.txt `project` # jucewrapper/CMakeLists.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion` # src/CardinalPlugin.cpp `getVersion`
VERSION = 22.10 VERSION = 22.11
# -------------------------------------------------------------- # --------------------------------------------------------------
# Import base definitions # Import base definitions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 22.10) project(Cardinal VERSION 22.11)
add_subdirectory(JUCE) add_subdirectory(JUCE)

View file

@ -57,7 +57,7 @@
# include <emscripten/emscripten.h> # include <emscripten/emscripten.h>
#endif #endif
const std::string CARDINAL_VERSION = "22.10"; const std::string CARDINAL_VERSION = "22.11";
namespace rack { namespace rack {

View file

@ -714,7 +714,7 @@ protected:
uint32_t getVersion() const override uint32_t getVersion() const override
{ {
return d_version(0, 22, 10); return d_version(0, 22, 11);
} }
int64_t getUniqueId() const override int64_t getUniqueId() const override