Skip to content

Commit

Permalink
This is not even close to being a release candidate, let's just call …
Browse files Browse the repository at this point in the history
…it 'beta'
  • Loading branch information
unknown authored and unknown committed Mar 27, 2014
1 parent f4a03da commit 4a8419f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/MainApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4a8419f

Please sign in to comment.