Bump version to 23.07

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-07-08 16:31:12 +02:00
parent 3022008706
commit 0f5477d99c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ void destroyStaticPlugins();
}
}
const std::string CARDINAL_VERSION = "23.05";
const std::string CARDINAL_VERSION = "23.07";
START_NAMESPACE_DISTRHO

View file

@ -396,7 +396,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 23, 5);
return d_version(0, 23, 7);
}
int64_t getUniqueId() const override