From 468e52d0024c98b7c948eef0e17156ad99103b2a Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 19 Jun 2009 22:08:24 +0000 Subject: [PATCH] Increasing game version. --- src/game_defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game_defs.h b/src/game_defs.h index ccfb96bc..9e063886 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -29,11 +29,11 @@ #define DEBUG_MODE 0 #define POKERTH_VERSION_MAJOR 0 -#define POKERTH_VERSION_MINOR 70 +#define POKERTH_VERSION_MINOR 71 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.7.1-svn" +#define POKERTH_BETA_REVISION 1 +#define POKERTH_BETA_RELEASE_STRING "0.7.1-beta" #define POKERTH_GT_STYLE_FILE_VERSION 1 #define POKERTH_CD_STYLE_FILE_VERSION 1