From 4e72831919ad3d30a46c38e3e798c4d25aca67ac Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 28 Jun 2010 00:52:12 +0000 Subject: [PATCH] - updated version to beta14 --- 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 bb96c7e9e..dda5f96ec 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-beta13"; +const string glestVersionString= "v3.3.5-beta14"; string getCrashDumpFileName(){ return "glest" + glestVersionString + ".dmp";