Bump version
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
b414498c64
commit
16b1a0f896
4 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
|
|||
# jucewrapper/CMakeLists.txt `project`
|
||||
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
||||
# src/CardinalPlugin.cpp `getVersion`
|
||||
VERSION = 23.04
|
||||
VERSION = 23.05
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Build targets
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
project(Cardinal VERSION 23.04)
|
||||
project(Cardinal VERSION 23.05)
|
||||
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(JUCE
|
||||
|
|
|
@ -106,7 +106,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "23.04";
|
||||
const std::string CARDINAL_VERSION = "23.05";
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
||||
|
|
|
@ -357,7 +357,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 23, 4);
|
||||
return d_version(0, 23, 5);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue