From ee8805ca3facf60847afb6ecdcbbacb1d889af96 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sun, 28 Feb 2010 11:25:38 +0000 Subject: [PATCH] switched version to v3.2.4-1-beta4 --- 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 c93532c0..ebb236df 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -22,7 +22,7 @@ using namespace Shared::Util; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.2.4-2-beta3"; +const string glestVersionString= "v3.2.4-1-beta4"; string getCrashDumpFileName(){ return "glest"+glestVersionString+".dmp";