From 500abec9e6b5685038a79c8f7d86ea3be65f4be0 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Thu, 24 Mar 2011 12:36:32 +0000 Subject: [PATCH] Erwan - Updating version number for upcoming revision - Note: test Thallid.txt fails, we need to investigate when this happened and fix asap, will open a ticket. --- projects/mtg/src/GameStateMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/GameStateMenu.cpp b/projects/mtg/src/GameStateMenu.cpp index 4d893475e..c0eb74acf 100644 --- a/projects/mtg/src/GameStateMenu.cpp +++ b/projects/mtg/src/GameStateMenu.cpp @@ -23,7 +23,7 @@ #include #endif//NETWORK_SUPPORT -static const char* GAME_VERSION = "WTH?! 0.14.1 - wololo.net"; +static const char* GAME_VERSION = "WTH?! 0.15.0 - wololo.net"; #define DEFAULT_ANGLE_MULTIPLIER 0.4f #define MAX_ANGLE_MULTIPLIER (3*M_PI)