Update to Rack 2.1.2

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-07 00:35:00 +01:00
parent 9802ea885e
commit fc59537baa
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 2 additions and 3 deletions

View file

@ -116,7 +116,6 @@ struct Initializer
settings::autoCheckUpdates = false;
settings::autosaveInterval = 0;
settings::devMode = true;
settings::discordUpdateActivity = false;
settings::isPlugin = true;
settings::skipLoadOnLaunch = true;
settings::showTipsOnLaunch = false;

@ -1 +1 @@
Subproject commit b016cacb10c4fd66d814b924bc2774242f74c836
Subproject commit ca85e0a607a3a54fed8d2c3f0821c04ae62b8db7

View file

@ -52,7 +52,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.1";
const std::string APP_VERSION = "2.1.2";
#if defined ARCH_WIN
const std::string APP_OS = "win";
#elif defined ARCH_MAC