Bump version to 23.10

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-10-21 15:13:45 +02:00
parent adfd296638
commit acd9035b9c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 7 additions and 6 deletions

View file

@ -110,7 +110,7 @@ void destroyStaticPlugins();
}
}
const std::string CARDINAL_VERSION = "23.09";
const std::string CARDINAL_VERSION = "23.10";
START_NAMESPACE_DISTRHO

View file

@ -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