Browse Source

Change window title

pull/1941/head
Steve Russell GitHub 1 month ago
parent
commit
cfb1caff98
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/common.cpp

+ 2
- 2
src/common.cpp View File

@@ -16,8 +16,8 @@ namespace rack {


const std::string APP_NAME = "VCV Rack";
const std::string APP_EDITION = "Free";
const std::string APP_EDITION_NAME = "Free";
const std::string APP_EDITION = "Pro";
const std::string APP_EDITION_NAME = "[SR's Build]";
const std::string APP_VERSION_MAJOR = "2";
const std::string APP_VERSION = TOSTRING(_APP_VERSION);
#if defined ARCH_WIN


Loading…
Cancel
Save