From 930744bf999b6e766269f17c8f00a6e314769d2a Mon Sep 17 00:00:00 2001 From: lotodore Date: Mon, 26 Dec 2011 21:30:42 +0000 Subject: [PATCH] Preparing 0.9 beta4. --- src/game_defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game_defs.h b/src/game_defs.h index 94ec62d5..da5ce853 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -32,8 +32,8 @@ #define POKERTH_VERSION_MINOR 90 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 4 -#define POKERTH_BETA_RELEASE_STRING "0.9 beta3" +#define POKERTH_BETA_REVISION 5 +#define POKERTH_BETA_RELEASE_STRING "0.9 beta4" #define RANKING_GAME_START_CASH 10000 #define RANKING_GAME_NUMBER_OF_PLAYERS 10