Bump version to 23.09, add a few details in macOS app plist

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-09-05 13:05:54 +02:00
parent 97f6eb6a1c
commit 0255e5b872
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 23 additions and 6 deletions

View file

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

View file

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