From 4a8419fc2fcfc48161fdc944b375535edd33ef7d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Mar 2014 15:36:01 -0700 Subject: [PATCH] This is not even close to being a release candidate, let's just call it 'beta' --- src/Frontend/MainApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Frontend/MainApp.cpp b/src/Frontend/MainApp.cpp index eedb5e15..60ece961 100644 --- a/src/Frontend/MainApp.cpp +++ b/src/Frontend/MainApp.cpp @@ -36,7 +36,7 @@ IMPLEMENT_APP(MainApp) // Like a version number, but used to track updates. This should be incremented // whenever a new build is released. const unsigned int MainApp::s_buildNumber = 1034; -const char* MainApp::s_versionDesc = "Version 1.17 (Build 1035) RC3"; +const char* MainApp::s_versionDesc = "Version 1.17 (Build 1035) Beta 1"; std::string UrlEncode(const std::string& string) {