From 13d558e6ef0aa88c1498de94d3e61cbe34960621 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 10 Jan 2014 21:48:01 +0100 Subject: [PATCH] Preparing Release 1.1.1. --- ChangeLog | 5 +++++ src/game_defs.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index afb15870..0c066a6b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-10 version 1.1.1 +- BUGFIX: Fixed crash when the first action in the first game times out (#258) +- BUGFIX: Properly refresh the game table graphics after changing settings (#253) +- BUGFIX: The menu on the game table was not clickable sometimes (#242) + 2013-12-22 version 1.1 - New web-based spectator mode on http://www.pokerth.net/live (#37) - New option to allow/disallow spectators when creating a game (#215) diff --git a/src/game_defs.h b/src/game_defs.h index 28935870..41710b0f 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -42,11 +42,11 @@ #define HTML_LOG 0 #define POKERTH_VERSION_MAJOR 1 -#define POKERTH_VERSION_MINOR 10 +#define POKERTH_VERSION_MINOR 11 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "1.1" +#define POKERTH_BETA_RELEASE_STRING "1.1.1" #define SQLITE_LOG_VERSION 1