Bump version to 23.10
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
adfd296638
commit
acd9035b9c
6 changed files with 7 additions and 6 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -110,7 +110,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "23.09";
|
||||
const std::string CARDINAL_VERSION = "23.10";
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue