Bump version to 23.07

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-07-08 16:31:12 +02:00
parent 3022008706
commit 0f5477d99c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
# jucewrapper/CMakeLists.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 = 23.05 VERSION = 23.07
# -------------------------------------------------------------- # --------------------------------------------------------------
# Build targets # Build targets

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 23.05) project(Cardinal VERSION 23.07)
include(FetchContent) include(FetchContent)
FetchContent_Declare(JUCE FetchContent_Declare(JUCE

View file

@ -106,7 +106,7 @@ void destroyStaticPlugins();
} }
} }
const std::string CARDINAL_VERSION = "23.05"; const std::string CARDINAL_VERSION = "23.07";
START_NAMESPACE_DISTRHO START_NAMESPACE_DISTRHO

View file

@ -396,7 +396,7 @@ protected:
uint32_t getVersion() const override uint32_t getVersion() const override
{ {
return d_version(0, 23, 5); return d_version(0, 23, 7);
} }
int64_t getUniqueId() const override int64_t getUniqueId() const override