Bump version to 23.10
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
adfd296638
commit
acd9035b9c
6 changed files with 7 additions and 6 deletions
|
|
@ -110,7 +110,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "23.09";
|
||||
const std::string CARDINAL_VERSION = "23.10";
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 23, 9);
|
||||
return d_version(0, 23, 10);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue