version set to dev again ( v3.5.3-dev)

This commit is contained in:
Titus Tscharntke 2011-09-09 20:45:14 +00:00
parent c2b2e41935
commit 7a6e937133
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ using namespace Shared::Platform;
namespace Glest { namespace Game {
const string mailString = "contact@megaglest.org";
const string glestVersionString = "v3.5.3-alpha1";
const string glestVersionString = "v3.5.3-dev";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)