From aeae7371e9399194b71799148b77df94068e26a5 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 3 Jul 2010 07:06:49 +0000 Subject: [PATCH] - set version to 3.3.5 in preparation for release! --- 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 45ed68b9f..bfc15d8dc 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -26,7 +26,7 @@ using namespace Shared::Platform; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.3.5-beta19"; +const string glestVersionString= "v3.3.5"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";