From 62ee15a4c8989482c5bf49dcb1e4109007e277d8 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 2 Nov 2013 19:38:45 +0100 Subject: [PATCH] Preparing 1.1 beta3. --- ChangeLog | 3 +++ src/game_defs.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e0cf57d..a92578b8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2013-11-02 version 1.1 beta3 +- New option to allow/disallow spectators when creating a game (#215) + 2013-10-12 version 1.1 beta2 - BUGFIX: Now you are able to click the menu buttons during a local game again (#203) - BUGFIX: Idle players are shown correctly if they join YOUR game (#198) diff --git a/src/game_defs.h b/src/game_defs.h index 8083b53e..818c8952 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 2 -#define POKERTH_BETA_RELEASE_STRING "1.1 beta2" +#define POKERTH_BETA_REVISION 3 +#define POKERTH_BETA_RELEASE_STRING "1.1 beta3" #define SQLITE_LOG_VERSION 1