From 15b513fb85189fbe6359d18e892cafd89d9e90b6 Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 23 Jul 2010 15:25:38 +0000 Subject: [PATCH] count revisions to 0.8-beta1 --- 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 62017461..89cfa9ad 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 71 +#define POKERTH_VERSION_MINOR 80 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) -#define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.8-svn" +#define POKERTH_BETA_REVISION 1 +#define POKERTH_BETA_RELEASE_STRING "0.8-beta1" enum ServerMode {