- update version to 3.8-dev as svn seems to be no longer compatible with 3.7.x

This commit is contained in:
Mark Vejvoda
2013-02-06 23:00:25 +00:00
parent 3ea6a02d95
commit 25f2b92892

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.2-dev"; const string glestVersionString = "v3.8-dev";
#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)