- update ver# because current svn code not compatible with beta1

This commit is contained in:
Mark Vejvoda
2011-04-04 18:32:16 +00:00
parent 5fd59eb00f
commit 064addf888

View File

@@ -27,7 +27,7 @@ using namespace Shared::Platform;
namespace Glest { namespace Game {
const string mailString = "contact@megaglest.org";
const string glestVersionString = "v3.5.0-beta1";
const string glestVersionString = "v3.5.0-beta2";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)