Preparing 1.1 beta3.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user