From cfb1caff988a502929c9c9b44bcd8ed280f5d5ea Mon Sep 17 00:00:00 2001 From: Steve Russell <41975381+SteveRussell33@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:09:34 +0000 Subject: [PATCH] Change window title --- src/common.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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