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