Bump version
This commit is contained in:
parent
03c533d784
commit
eeb2882eed
4 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@
|
||||||
# jucewrapper/CMakeList.txt `project`
|
# jucewrapper/CMakeList.txt `project`
|
||||||
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
||||||
# src/CardinalPlugin.cpp `getVersion`
|
# src/CardinalPlugin.cpp `getVersion`
|
||||||
VERSION = 22.08
|
VERSION = 22.09
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# 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.08)
|
project(Cardinal VERSION 22.09)
|
||||||
|
|
||||||
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.08";
|
const std::string CARDINAL_VERSION = "22.09";
|
||||||
|
|
||||||
namespace rack {
|
namespace rack {
|
||||||
|
|
||||||
|
|
|
@ -712,7 +712,7 @@ protected:
|
||||||
|
|
||||||
uint32_t getVersion() const override
|
uint32_t getVersion() const override
|
||||||
{
|
{
|
||||||
return d_version(0, 22, 8);
|
return d_version(0, 22, 9);
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t getUniqueId() const override
|
int64_t getUniqueId() const override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue