Update to Rack 2.1.2
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9802ea885e
commit
fc59537baa
3 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
2
src/Rack
2
src/Rack
|
@ -1 +1 @@
|
|||
Subproject commit b016cacb10c4fd66d814b924bc2774242f74c836
|
||||
Subproject commit ca85e0a607a3a54fed8d2c3f0821c04ae62b8db7
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue