- updated game version to 3.7.0 for release

This commit is contained in:
Mark Vejvoda 2012-11-12 02:00:58 +00:00
parent ab5bd4687b
commit 66dd6af50e
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-beta3";
const string glestVersionString = "v3.7.0";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)