From 3ece5b62f746c0abc9d6db75ce27da603ce19936 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sun, 13 Jun 2010 20:50:14 +0000 Subject: [PATCH] - updated beta version to 4 --- 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 32a880b9f..68ca193c9 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-beta3"; +const string glestVersionString= "v3.3.5-beta4"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";