diff --git a/src/common.cpp b/src/common.cpp index 4f2869c0..d763e7d4 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -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