From 6c45ac7f3fa764f9a3f3020e0e13026c9f7feedc Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 21 Jun 2012 22:16:50 +0200 Subject: [PATCH] Preparing release 0.9.5. --- ChangeLog | 7 +++++++ src/game_defs.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2957780d..2975a7a5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-21 version 0.9.5 +- First experimental Android release (#80) +- Add a minimize button to the Lobby window (#59) +- Fixed crash when trying to connect to non existing network game (#138) +- Ignore additional join game messages if the player already joined a game (#134) +- Double game invite no longer leads to kick (#135) + 2012-04-09 version 0.9.4 - New report bad-game-name system (right-click on a game in the lobby) (#129) - Raise-blind sound is now optional (#127) diff --git a/src/game_defs.h b/src/game_defs.h index 877e500c..8efa04cd 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -29,11 +29,11 @@ #define HTML_LOG 0 #define POKERTH_VERSION_MAJOR 0 -#define POKERTH_VERSION_MINOR 94 +#define POKERTH_VERSION_MINOR 95 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.9.4" +#define POKERTH_BETA_RELEASE_STRING "0.9.5" #define SQLITE_LOG_VERSION 1