diff --git a/src/game_defs.h b/src/game_defs.h index 9db6781a..88dc3017 100644 --- a/src/game_defs.h +++ b/src/game_defs.h @@ -33,7 +33,7 @@ #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.61" +#define POKERTH_BETA_RELEASE_STRING "0.6.1" enum ServerNetworkMode { NETWORK_MODE_TCP = 1,