From 02c259a97983dba57697a843fd5e8d6eeb529ccf Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 1 Dec 2013 14:08:33 +0100 Subject: [PATCH] Preparing 1.1 beta4. --- ChangeLog | 7 +++++++ src/game_defs.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a92578b8..907da8de 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-12-01 version 1.1 beta4 +- Updated several translations +- New icon for spectator list on table (#217) +- Display the number of spectators next to the spectator icon (#206) +- BUGFIX: Correct sound is now played when joining a game (#230) +- BUGFIX: No longer beep if ignored player uses nickname in chat (#221) + 2013-11-02 version 1.1 beta3 - New option to allow/disallow spectators when creating a game (#215) diff --git a/src/game_defs.h b/src/game_defs.h index 818c8952..e068d1eb 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -45,8 +45,8 @@ #define POKERTH_VERSION_MINOR 10 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 3 -#define POKERTH_BETA_RELEASE_STRING "1.1 beta3" +#define POKERTH_BETA_REVISION 4 +#define POKERTH_BETA_RELEASE_STRING "1.1 beta4" #define SQLITE_LOG_VERSION 1