From bf3d0627fb034558f21f4f0ae46b0852e025e3c9 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 5 Sep 2010 14:34:23 +0000 Subject: [PATCH] Preparing beta3. --- src/game_defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game_defs.h b/src/game_defs.h index 642c4d22..213eaf29 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -32,11 +32,11 @@ #define POKERTH_VERSION_MINOR 80 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 2 -#define POKERTH_BETA_RELEASE_STRING "0.8-beta2" +#define POKERTH_BETA_REVISION 3 +#define POKERTH_BETA_RELEASE_STRING "0.8-beta3" #define RANKING_GAME_START_CASH 10000 -#define RANKING_GAME_NUMBER_OF_PLAYERS 5 +#define RANKING_GAME_NUMBER_OF_PLAYERS 10 #define RANKING_GAME_START_SBLIND 50 #define RANKING_GAME_RAISE_EVERY_HAND 11