- 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

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.7.0-beta3"; const string glestVersionString = "v3.7.0";
#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)