Preparing 1.1 beta4.

This commit is contained in:
lotodore
2013-12-01 14:08:33 +01:00
parent 7b3ec43bd1
commit 02c259a979
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -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)
+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 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