From 0218c7bbf85e3df4f05a7192ec836f3a6ac878ac Mon Sep 17 00:00:00 2001 From: mnaumann Date: Fri, 28 Jan 2011 15:03:40 +0000 Subject: [PATCH] - set version string back to v3.4.0-dev (as requested by titi) --- source/glest_game/facilities/game_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 968c1928..bd6dbb2f 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -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)