Update DPF, bump version, rebuild CI libs

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-03-22 23:15:43 +01:00
parent d99b2e70d8
commit 3184fdbba9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
8 changed files with 11 additions and 12 deletions

View file

@ -3,7 +3,7 @@ name: build
on: [push, pull_request] on: [push, pull_request]
env: env:
CACHE_VERSION: 9 CACHE_VERSION: 10
CARDINAL_UNDER_WINE: 1 CARDINAL_UNDER_WINE: 1
CIBUILD: true CIBUILD: true
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive

View file

@ -10,12 +10,11 @@ include $(ROOT)/Makefile.base.mk
# Set version # Set version
# also set in: # also set in:
# jucewrapper/CMakeLists.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion` # src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist # utils/macOS/Info_{JACK,Native}.plist
# jucewrapper/CMakeLists.txt 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.01 VERSION = 24.03
# -------------------------------------------------------------- # --------------------------------------------------------------
# Build targets # Build targets

2
deps/PawPaw vendored

@ -1 +1 @@
Subproject commit 777177562ef39836b9e0963e7910d55e3d2d0636 Subproject commit b84d0ec2d1bb5c7d7fd05d4a8d7f4af71306c425

2
dpf

@ -1 +1 @@
Subproject commit 0ceb411fde5192ad4aaa1c89b079a861e4dac5df Subproject commit 370af7f263dd39cd926eb6f88ae0d10d74a59cf7

View file

@ -99,7 +99,7 @@ void destroyStaticPlugins();
} }
} }
const std::string CARDINAL_VERSION = "24.01"; const std::string CARDINAL_VERSION = "24.03";
START_NAMESPACE_DISTRHO START_NAMESPACE_DISTRHO

View file

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

View file

@ -11,11 +11,11 @@
<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.01</string> <string>23.03</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.15</string> <string>10.15</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(C) 2011-2023 Filipe Coelho. <string>(C) 2011-2024 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.</string> 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.</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>

View file

@ -11,11 +11,11 @@
<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.01</string> <string>24.03</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.15</string> <string>10.15</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>(C) 2011-2023 Filipe Coelho. <string>(C) 2011-2024 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.</string> 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.</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>