- updated version # to alpha3

This commit is contained in:
Mark Vejvoda 2010-07-19 17:03:43 +00:00
parent a0ba3e42fd
commit f45619980f
1 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ using namespace Shared::Platform;
namespace Glest{ namespace Game{
const string mailString= "contact_game@glest.org";
const string glestVersionString= "v3.3.5.1-alpha2";
const string glestVersionString= "v3.3.5.1-alpha3";
string getCrashDumpFileName(){
return "glest" + glestVersionString + ".dmp";
@ -116,11 +116,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 "Martio Figueroa";
case 1: return "Jos Luis Gonzlez";
case 2: return "Tucho Fernndez";
case 3: return "Jos Zanni";
case 4: return "Flix Menndez";
case 5: return "Marcos Caruncho";
case 6: return "Matthias Braun";
case 7: return "Titus Tscharntke";