diff --git a/Makefile b/Makefile
index 8623ca3..109c4e6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist
# src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
-VERSION = 24.03
+VERSION = 24.04
# --------------------------------------------------------------
# Build targets
diff --git a/carla b/carla
index 66afe24..3c7d0e7 160000
--- a/carla
+++ b/carla
@@ -1 +1 @@
-Subproject commit 66afe24a08790732cc17d81d4b846a1e0cfa0118
+Subproject commit 3c7d0e7b914d38a32b733cc5ced0b5696d2f9a03
diff --git a/deps/PawPaw b/deps/PawPaw
index b84d0ec..0edef21 160000
--- a/deps/PawPaw
+++ b/deps/PawPaw
@@ -1 +1 @@
-Subproject commit b84d0ec2d1bb5c7d7fd05d4a8d7f4af71306c425
+Subproject commit 0edef2120e7fd493493e66967438c0b2ea8c8552
diff --git a/dpf b/dpf
index 045b943..01aca76 160000
--- a/dpf
+++ b/dpf
@@ -1 +1 @@
-Subproject commit 045b943199393053c606b530fc882661502d53d7
+Subproject commit 01aca7649c1a3a5ee20a47c5ecd3cb2e29395f89
diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp
index ed36098..b616872 100644
--- a/src/CardinalCommon.cpp
+++ b/src/CardinalCommon.cpp
@@ -99,7 +99,7 @@ void destroyStaticPlugins();
}
}
-const std::string CARDINAL_VERSION = "24.03";
+const std::string CARDINAL_VERSION = "24.04";
START_NAMESPACE_DISTRHO
diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp
index f89338b..09d6a1a 100644
--- a/src/CardinalPlugin.cpp
+++ b/src/CardinalPlugin.cpp
@@ -406,7 +406,7 @@ protected:
uint32_t getVersion() const override
{
- return d_version(0, 24, 3);
+ return d_version(0, 24, 4);
}
int64_t getUniqueId() const override
diff --git a/utils/macOS/Info_JACK.plist b/utils/macOS/Info_JACK.plist
index 9df338c..66bb498 100644
--- a/utils/macOS/Info_JACK.plist
+++ b/utils/macOS/Info_JACK.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.jack
CFBundleShortVersionString
- 23.03
+ 23.04
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright
diff --git a/utils/macOS/Info_Native.plist b/utils/macOS/Info_Native.plist
index ed61faf..310766e 100644
--- a/utils/macOS/Info_Native.plist
+++ b/utils/macOS/Info_Native.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.native
CFBundleShortVersionString
- 24.03
+ 24.04
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright