From 75a57900af57fa6199ce17f9d8e12e7755147573 Mon Sep 17 00:00:00 2001 From: lotodore Date: Tue, 15 Nov 2011 21:22:20 +0000 Subject: [PATCH] Preparing 0.9 beta2. --- 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 abef08e6..5a4f68c0 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 2 -#define POKERTH_BETA_RELEASE_STRING "0.9 beta1" +#define POKERTH_BETA_REVISION 3 +#define POKERTH_BETA_RELEASE_STRING "0.9 beta2" #define RANKING_GAME_START_CASH 10000 #define RANKING_GAME_NUMBER_OF_PLAYERS 10