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/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion` # src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist # 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 # Build targets

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 23.09) project(Cardinal VERSION 23.10)
include(FetchContent) include(FetchContent)
FetchContent_Declare(JUCE 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 START_NAMESPACE_DISTRHO

View file

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

View file

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

View file

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