From c9f8433d83157bb6f7d458efd634be1f1037a341 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 28 Sep 2010 20:53:13 +0000 Subject: [PATCH] - updated to beta3 --- source/glest_game/facilities/game_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 935c7ba2..81da97eb 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.7-beta2"; +const string glestVersionString= "v3.3.7-beta3"; const string SVN_Rev = "$Rev$"; string getCrashDumpFileName(){ @@ -104,7 +104,7 @@ string getAboutString1(int i){ switch(i){ case 0: return "Glest " + glestVersionString + " (" + "Shared Library " + sharedLibVersionString + ")"; case 1: return "Built: " + string(__DATE__) + " " + SVN_Rev; - case 2: return "Copyright 2001-2010 The Glest Team"; + case 2: return "Copyright 2001-2010 The Mega-Glest Team"; } return ""; }