|
|
@@ -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 |
|
|
|