- set version string back to v3.4.0-dev (as requested by titi)

This commit is contained in:
mnaumann 2011-01-28 15:03:40 +00:00
parent bbab778738
commit 0218c7bbf8
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.4.0-beta2";
const string glestVersionString = "v3.4.0-dev";
#if defined(SVNVERSION)
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
#elif defined(SVNVERSIONHEADER)