Update carla and dpf, bump version to 24.04
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
75f3f919c2
commit
c44acc8241
8 changed files with 8 additions and 8 deletions
|
@ -99,7 +99,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "24.03";
|
||||
const std::string CARDINAL_VERSION = "24.04";
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue