From 0f15e9ecf314a47d4b77f969b0fa0f639ddf7e48 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 1 Jul 2010 06:12:34 +0000 Subject: [PATCH] - updated version to beta18 (could this be the golden version???) --- 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 97be7ec86..2df0a8772 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-beta17"; +const string glestVersionString= "v3.3.5-beta18"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";