Browse Source

Update to Rack 2.1.2

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.07
falkTX 2 years ago
parent
commit
fc59537baa
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 2 additions and 3 deletions
  1. +0
    -1
      src/CardinalPlugin.cpp
  2. +1
    -1
      src/Rack
  3. +1
    -1
      src/override/common.cpp

+ 0
- 1
src/CardinalPlugin.cpp 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
src/Rack

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

+ 1
- 1
src/override/common.cpp 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


Loading…
Cancel
Save