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