Bump version to 23.10

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-10-21 15:13:45 +02:00
parent adfd296638
commit acd9035b9c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 7 additions and 6 deletions

View file

@ -15,7 +15,8 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist
VERSION = 23.09
# jucewrapper/CMakeLists.txt src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
VERSION = 23.10
# --------------------------------------------------------------
# Build targets

View file

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

View file

@ -110,7 +110,7 @@ void destroyStaticPlugins();
}
}
const std::string CARDINAL_VERSION = "23.09";
const std::string CARDINAL_VERSION = "23.10";
START_NAMESPACE_DISTRHO

View file

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

View file

@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>studio.kx.distrho.cardinal.jack</string>
<key>CFBundleShortVersionString</key>
<string>23.09</string>
<string>23.10</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>

View file

@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>studio.kx.distrho.cardinal.native</string>
<key>CFBundleShortVersionString</key>
<string>23.09</string>
<string>23.10</string>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>