From 0b2b668c3cec3dfc107e35ac9efc391e5cb91a07 Mon Sep 17 00:00:00 2001 From: doitux Date: Sat, 25 Apr 2009 22:32:40 +0000 Subject: [PATCH] bugfix update for beta2 (beta revision 3) --- 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 ce1a5145..bad87b3c 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -32,7 +32,7 @@ #define POKERTH_VERSION_MINOR 70 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 2 +#define POKERTH_BETA_REVISION 3 #define POKERTH_BETA_RELEASE_STRING "0.7-beta2" #define POKERTH_GT_STYLE_FILE_VERSION 1