Bump version to 23.08

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-08-27 11:34:11 +02:00
parent 442365e7e8
commit b2e195f93d
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`
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 23.07
VERSION = 23.08
# --------------------------------------------------------------
# Build targets

View file

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

View file

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

View file

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