From 15e4792e32b78139f4b286367d4906fb801ab249 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Sat, 22 Jan 2011 07:08:46 +0000 Subject: [PATCH] - updated version # to beta1 --- 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 213c48f7..c7f6346c 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -27,7 +27,7 @@ using namespace Shared::Platform; namespace Glest { namespace Game { const string mailString = "contact@megaglest.org"; -const string glestVersionString = "v3.4.0-dev"; +const string glestVersionString = "v3.4.0-beta1"; #if defined(SVNVERSION) const string SVN_Rev = string("Rev: ") + string(SVNVERSION); #elif defined(SVNVERSIONHEADER)