From e3546fc138b8bf8d9f6d77e6070c04dab4bc807d Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 7 Apr 2013 13:33:40 +0200 Subject: [PATCH] Preparing release 1.0.1. --- ChangeLog | 6 ++++++ src/game_defs.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87683921..949d177b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-04-07 version 1.0.1 +- New Galician (gl) translation +- Client settings dialog option for connecting to a private, password protected server (#178) +- Fix in cards value for a special case in straight flush (#177) +- Workaround for Qt moc problems with boost 1.53 (#180) + 2013-01-01 version 1.0 - Online log file analysis tool - Support for higher Android screen resolutions diff --git a/src/game_defs.h b/src/game_defs.h index bbfc6ac5..bef056ce 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -42,11 +42,11 @@ #define HTML_LOG 0 #define POKERTH_VERSION_MAJOR 1 -#define POKERTH_VERSION_MINOR 0 +#define POKERTH_VERSION_MINOR 01 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "1.0.1pre" +#define POKERTH_BETA_RELEASE_STRING "1.0.1" #define SQLITE_LOG_VERSION 1