From 52c40e07135c57dd778e756d689cb69c511084df Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sat, 27 Mar 2010 22:22:33 +0000 Subject: [PATCH] 3.3.2-beta1 --- mk/linux/configure.ac | 2 +- source/glest_game/facilities/game_util.cpp | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mk/linux/configure.ac b/mk/linux/configure.ac index cf1d579d1..09ef3cd3c 100644 --- a/mk/linux/configure.ac +++ b/mk/linux/configure.ac @@ -4,7 +4,7 @@ #---------------------------------------------------------------------------- AC_PREREQ([2.54]) -AC_INIT([megaglest], [3.3.1], [matze@braunis.de]) +AC_INIT([megaglest], [3.3.2-beta1], [matze@braunis.de]) AC_CONFIG_SRCDIR([mk/jam/build.jam]) AC_CONFIG_AUX_DIR([mk/autoconf]) diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index ef000f9d8..b4fad0e70 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -1,7 +1,7 @@ // ============================================================== // This file is part of Glest (www.glest.org) // -// Copyright (C) 2001-2008 Martiño Figueroa +// Copyright (C) 2001-2008 Marti�o Figueroa // // You can redistribute this code and/or modify it under // the terms of the GNU General Public License as published @@ -25,7 +25,7 @@ using namespace Shared::Platform; namespace Glest{ namespace Game{ const string mailString= "contact_game@glest.org"; -const string glestVersionString= "v3.3.2-dev"; +const string glestVersionString= "v3.3.2-beta1"; string getCrashDumpFileName(){ return "glest"+glestVersionString+".dmp"; @@ -55,11 +55,11 @@ string getAboutString2(int i){ string getTeammateName(int i){ switch(i){ - case 0: return "Martiño Figueroa"; - case 1: return "José Luis González"; - case 2: return "Tucho Fernández"; - case 3: return "José Zanni"; - case 4: return "Félix Menéndez"; + case 0: return "Marti�o Figueroa"; + case 1: return "Jos� Luis Gonz�lez"; + case 2: return "Tucho Fern�ndez"; + case 3: return "Jos� Zanni"; + case 4: return "F�lix Men�ndez"; case 5: return "Marcos Caruncho"; case 6: return "Matthias Braun"; case 7: return "Titus Tscharntke";