- updated version to 3.5.1-dev

This commit is contained in:
Mark Vejvoda 2011-04-22 00:31:10 +00:00
parent 6a2e071b1a
commit fa82d1712a
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.0";
const string glestVersionString = "v3.5.1-dev";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)