Bump version

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-12-01 17:05:52 +01:00
parent 10bbf52f50
commit a46c0dd236
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 6 additions and 6 deletions

View file

@ -99,7 +99,7 @@ void destroyStaticPlugins();
}
}
const std::string CARDINAL_VERSION = "24.09";
const std::string CARDINAL_VERSION = "24.12";
// -----------------------------------------------------------------------------------------------------------

View file

@ -414,7 +414,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 24, 9);
return d_version(0, 24, 12);
}
int64_t getUniqueId() const override