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

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

View file

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