diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index d158b4b054..4239cb2f2c 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6188,7 +6188,8 @@ void Application::updateWindowTitle() const { auto nodeList = DependencyManager::get(); auto accountManager = DependencyManager::get(); - QString buildVersion = " (build " + applicationVersion() + ")"; + QString buildVersion = " - " + + (BuildInfo::STABLE_BUILD == "1" ? QString("Version") : QString("Build")) + " " + applicationVersion(); QString loginStatus = accountManager->isLoggedIn() ? "" : " (NOT LOGGED IN)";