From cc0caaa3e33629f70f54275d921362778b22ed4f Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 10 Nov 2007 22:29:54 +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 ee125360..518441ff 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 4 +#define POKERTH_BETA_REVISION 5 enum GameState { GAME_STATE_PREFLOP = 0,