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