updated version # to beta2 in prep for new builds

This commit is contained in:
Mark Vejvoda
2011-11-29 05:11:25 +00:00
parent 7cf9c189b2
commit 92ec24ea76

View File

@@ -27,7 +27,7 @@ using namespace Shared::Platform;
namespace Glest { namespace Game { namespace Glest { namespace Game {
const char *mailString = " http://bugs.megaglest.org"; const char *mailString = " http://bugs.megaglest.org";
const string glestVersionString = "v3.5.3-dev"; const string glestVersionString = "v3.5.3-beta2";
#if defined(SVNVERSION) #if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION); const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER) #elif defined(SVNVERSIONHEADER)