From 0326c0be2683aa2496048a85034331e49fb2e1b6 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 7 Nov 2007 22:07:14 +0000 Subject: [PATCH] Increment beta revision. --- src/game_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game_defs.h b/src/game_defs.h index 9e24dbea..ee125360 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -32,7 +32,7 @@ #define POKERTH_VERSION_MINOR 6 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 3 +#define POKERTH_BETA_REVISION 4 enum GameState { GAME_STATE_PREFLOP = 0,