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:
parent
97f6eb6a1c
commit
0255e5b872
6 changed files with 23 additions and 6 deletions
|
@ -106,7 +106,7 @@ void destroyStaticPlugins();
|
|||
}
|
||||
}
|
||||
|
||||
const std::string CARDINAL_VERSION = "23.08";
|
||||
const std::string CARDINAL_VERSION = "23.09";
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue