mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
3.3.2-beta1
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
AC_PREREQ([2.54])
|
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_SRCDIR([mk/jam/build.jam])
|
||||||
AC_CONFIG_AUX_DIR([mk/autoconf])
|
AC_CONFIG_AUX_DIR([mk/autoconf])
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
// ==============================================================
|
// ==============================================================
|
||||||
// This file is part of Glest (www.glest.org)
|
// This file is part of Glest (www.glest.org)
|
||||||
//
|
//
|
||||||
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
// Copyright (C) 2001-2008 Marti<74>o Figueroa
|
||||||
//
|
//
|
||||||
// You can redistribute this code and/or modify it under
|
// You can redistribute this code and/or modify it under
|
||||||
// the terms of the GNU General Public License as published
|
// the terms of the GNU General Public License as published
|
||||||
@@ -25,7 +25,7 @@ using namespace Shared::Platform;
|
|||||||
namespace Glest{ namespace Game{
|
namespace Glest{ namespace Game{
|
||||||
|
|
||||||
const string mailString= "contact_game@glest.org";
|
const string mailString= "contact_game@glest.org";
|
||||||
const string glestVersionString= "v3.3.2-dev";
|
const string glestVersionString= "v3.3.2-beta1";
|
||||||
|
|
||||||
string getCrashDumpFileName(){
|
string getCrashDumpFileName(){
|
||||||
return "glest"+glestVersionString+".dmp";
|
return "glest"+glestVersionString+".dmp";
|
||||||
@@ -55,11 +55,11 @@ string getAboutString2(int i){
|
|||||||
|
|
||||||
string getTeammateName(int i){
|
string getTeammateName(int i){
|
||||||
switch(i){
|
switch(i){
|
||||||
case 0: return "Marti<EFBFBD>o Figueroa";
|
case 0: return "Marti<EFBFBD>o Figueroa";
|
||||||
case 1: return "Jos<EFBFBD> Luis Gonz<6E>lez";
|
case 1: return "Jos<EFBFBD> Luis Gonz<6E>lez";
|
||||||
case 2: return "Tucho Fern<72>ndez";
|
case 2: return "Tucho Fern<72>ndez";
|
||||||
case 3: return "Jos<EFBFBD> Zanni";
|
case 3: return "Jos<EFBFBD> Zanni";
|
||||||
case 4: return "F<EFBFBD>lix Men<65>ndez";
|
case 4: return "F<EFBFBD>lix Men<65>ndez";
|
||||||
case 5: return "Marcos Caruncho";
|
case 5: return "Marcos Caruncho";
|
||||||
case 6: return "Matthias Braun";
|
case 6: return "Matthias Braun";
|
||||||
case 7: return "Titus Tscharntke";
|
case 7: return "Titus Tscharntke";
|
||||||
|
Reference in New Issue
Block a user