Bump version to 22.11
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e42f21b712
commit
eb3c57d322
4 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue