Bump version to 22.12
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0648ad2f64
commit
66c2acc64c
4 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@
|
|||
# jucewrapper/CMakeLists.txt `project`
|
||||
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
||||
# src/CardinalPlugin.cpp `getVersion`
|
||||
VERSION = 22.11
|
||||
VERSION = 22.12
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
project(Cardinal VERSION 22.11)
|
||||
project(Cardinal VERSION 22.12)
|
||||
|
||||
add_subdirectory(JUCE)
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
# include <emscripten/emscripten.h>
|
||||
#endif
|
||||
|
||||
const std::string CARDINAL_VERSION = "22.11";
|
||||
const std::string CARDINAL_VERSION = "22.12";
|
||||
|
||||
namespace rack {
|
||||
|
||||
|
|
|
@ -714,7 +714,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 22, 11);
|
||||
return d_version(0, 22, 12);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue