- updated version to 3.6.0 in prep for release

This commit is contained in:
Mark Vejvoda 2011-12-03 17:44:54 +00:00
parent 860808a3bb
commit dee5b11518
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.5.3-beta2";
const string glestVersionString = "v3.6.0";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)