From 7aec52327fe748aa5bf8350949f9d3ad1fdb392f Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 21 Oct 2007 00:25:53 +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 aa1241a0..44cc67d8 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 0 +#define POKERTH_BETA_REVISION 1 enum GameState { GAME_STATE_PREFLOP = 0,