Update to Rack 2.1.1

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-21 22:16:12 +01:00
parent 5eba049074
commit ed0a04a11c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 67 additions and 31 deletions

View file

@ -50,7 +50,7 @@ const std::string APP_NAME = "Cardinal";
const std::string APP_EDITION = getPluginFormatName();
const std::string APP_EDITION_NAME = "Audio Plugin";
const std::string APP_VERSION_MAJOR = "2";
const std::string APP_VERSION = "2.1";
const std::string APP_VERSION = "2.1.1";
#if defined ARCH_WIN
const std::string APP_OS = "win";
#elif defined ARCH_MAC