Browse Source

Update carla and dpf, bump version to 24.04

Signed-off-by: falkTX <falktx@falktx.com>
tags/24.04
falkTX 1 year ago
parent
commit
c44acc8241
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
8 changed files with 8 additions and 8 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      carla
  3. +1
    -1
      deps/PawPaw
  4. +1
    -1
      dpf
  5. +1
    -1
      src/CardinalCommon.cpp
  6. +1
    -1
      src/CardinalPlugin.cpp
  7. +1
    -1
      utils/macOS/Info_JACK.plist
  8. +1
    -1
      utils/macOS/Info_Native.plist

+ 1
- 1
Makefile View File

@@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalPlugin.cpp `getVersion` # src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist # utils/macOS/Info_{JACK,Native}.plist
# src/CardinalCommon.cpp src/CardinalPlugin.cpp 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 # Build targets


+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 66afe24a08790732cc17d81d4b846a1e0cfa0118
Subproject commit 3c7d0e7b914d38a32b733cc5ced0b5696d2f9a03

+ 1
- 1
deps/PawPaw

@@ -1 +1 @@
Subproject commit b84d0ec2d1bb5c7d7fd05d4a8d7f4af71306c425
Subproject commit 0edef2120e7fd493493e66967438c0b2ea8c8552

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 045b943199393053c606b530fc882661502d53d7
Subproject commit 01aca7649c1a3a5ee20a47c5ecd3cb2e29395f89

+ 1
- 1
src/CardinalCommon.cpp View File

@@ -99,7 +99,7 @@ void destroyStaticPlugins();
} }
} }


const std::string CARDINAL_VERSION = "24.03";
const std::string CARDINAL_VERSION = "24.04";


START_NAMESPACE_DISTRHO START_NAMESPACE_DISTRHO




+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -406,7 +406,7 @@ protected:
uint32_t getVersion() const override uint32_t getVersion() const override
{ {
return d_version(0, 24, 3);
return d_version(0, 24, 4);
} }
int64_t getUniqueId() const override int64_t getUniqueId() const override


+ 1
- 1
utils/macOS/Info_JACK.plist 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.03</string>
<string>23.04</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.15</string> <string>10.15</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>


+ 1
- 1
utils/macOS/Info_Native.plist 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>24.03</string>
<string>24.04</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.15</string> <string>10.15</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>


Loading…
Cancel
Save