Bump version to 24.05, add surge nimbus to mini
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9ed8f34025
commit
fe1e7d3311
7 changed files with 7 additions and 7 deletions
|
|
@ -99,7 +99,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "24.04";
|
||||
const std::string CARDINAL_VERSION = "24.05";
|
||||
|
||||
// -----------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -414,7 +414,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 24, 4);
|
||||
return d_version(0, 24, 5);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue