version set to beta3 as its no longer compatible

This commit is contained in:
Titus Tscharntke 2012-11-09 23:57:58 +00:00
parent e3a7aedd5c
commit 0cee4711d8
1 changed files with 1 additions and 1 deletions

View File

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