From 06556fb9c15d3e8a52181e675be177d6e9928272 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 15 Apr 2009 17:29:11 +0000 Subject: [PATCH] Preparing 0.7beta1. --- 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 111055b7..262a9c93 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -29,10 +29,10 @@ #define DEBUG_MODE 0 #define POKERTH_VERSION_MAJOR 0 -#define POKERTH_VERSION_MINOR 64 +#define POKERTH_VERSION_MINOR 70 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 0 +#define POKERTH_BETA_REVISION 1 #define POKERTH_BETA_RELEASE_STRING "0.7-beta1" #define POKERTH_GT_STYLE_FILE_VERSION 1