Skip to content

Commit c44acc8

Browse files
committed
Update carla and dpf, bump version to 24.04
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 75f3f91 commit c44acc8

8 files changed

+8
-8
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
1414
# src/CardinalPlugin.cpp `getVersion`
1515
# utils/macOS/Info_{JACK,Native}.plist
1616
# src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
17-
VERSION = 24.03
17+
VERSION = 24.04
1818

1919
# --------------------------------------------------------------
2020
# Build targets

src/CardinalCommon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void destroyStaticPlugins();
9999
}
100100
}
101101

102-
const std::string CARDINAL_VERSION = "24.03";
102+
const std::string CARDINAL_VERSION = "24.04";
103103

104104
START_NAMESPACE_DISTRHO
105105

src/CardinalPlugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class CardinalPlugin : public CardinalBasePlugin
406406

407407
uint32_t getVersion() const override
408408
{
409-
return d_version(0, 24, 3);
409+
return d_version(0, 24, 4);
410410
}
411411

412412
int64_t getUniqueId() const override

utils/macOS/Info_JACK.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>studio.kx.distrho.cardinal.jack</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>23.03</string>
14+
<string>23.04</string>
1515
<key>LSMinimumSystemVersion</key>
1616
<string>10.15</string>
1717
<key>NSHumanReadableCopyright</key>

utils/macOS/Info_Native.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>studio.kx.distrho.cardinal.native</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>24.03</string>
14+
<string>24.04</string>
1515
<key>LSMinimumSystemVersion</key>
1616
<string>10.15</string>
1717
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)