diff --git a/Makefile b/Makefile
index 6f32544..48ba9ee 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ include $(ROOT)/Makefile.base.mk
# jucewrapper/CMakeLists.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
-VERSION = 23.08
+# utils/macOS/Info_{JACK,Native}.plist
+VERSION = 23.09
# --------------------------------------------------------------
# Build targets
diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt
index 3de4170..913c2eb 100644
--- a/jucewrapper/CMakeLists.txt
+++ b/jucewrapper/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
-project(Cardinal VERSION 23.08)
+project(Cardinal VERSION 23.09)
include(FetchContent)
FetchContent_Declare(JUCE
diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp
index 06efc18..b49c7fe 100644
--- a/src/CardinalCommon.cpp
+++ b/src/CardinalCommon.cpp
@@ -106,7 +106,7 @@ void destroyStaticPlugins();
}
}
-const std::string CARDINAL_VERSION = "23.08";
+const std::string CARDINAL_VERSION = "23.09";
START_NAMESPACE_DISTRHO
diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp
index 70b05e5..5fe54a5 100644
--- a/src/CardinalPlugin.cpp
+++ b/src/CardinalPlugin.cpp
@@ -426,7 +426,7 @@ protected:
uint32_t getVersion() const override
{
- return d_version(0, 23, 8);
+ return d_version(0, 23, 9);
}
int64_t getUniqueId() const override
diff --git a/utils/macOS/Info_JACK.plist b/utils/macOS/Info_JACK.plist
index 40d6d66..5ddbb76 100644
--- a/utils/macOS/Info_JACK.plist
+++ b/utils/macOS/Info_JACK.plist
@@ -9,7 +9,15 @@
CFBundleIconFile
distrho.icns
CFBundleIdentifier
- Cardinal
+ studio.kx.distrho.cardinal.jack
+ CFBundleVersion
+ 23.09
+ LSMinimumSystemVersion
+ 10.15
+ NSHumanReadableCopyright
+ (C) 2011-2023 Filipe Coelho.
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.
+
NSHighResolutionCapable
NSRequiresAquaSystemAppearance
diff --git a/utils/macOS/Info_Native.plist b/utils/macOS/Info_Native.plist
index bfc67c1..7c38a56 100644
--- a/utils/macOS/Info_Native.plist
+++ b/utils/macOS/Info_Native.plist
@@ -9,7 +9,15 @@
CFBundleIconFile
distrho.icns
CFBundleIdentifier
- CardinalNative
+ studio.kx.distrho.cardinal.native
+ CFBundleShortVersionString
+ 23.09
+ LSMinimumSystemVersion
+ 10.15
+ NSHumanReadableCopyright
+ (C) 2011-2023 Filipe Coelho.
+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.
+
NSHighResolutionCapable
NSRequiresAquaSystemAppearance