Preparing 1.1 beta3.

This commit is contained in:
lotodore
2013-11-02 19:38:45 +01:00
parent 2c6a98e998
commit 62ee15a4c8
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -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)
+2 -2
View File
@@ -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