diff --git a/src/game_defs.h b/src/game_defs.h index ba778e1f..9db6781a 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 6 +#define POKERTH_VERSION_MINOR 61 #define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR) #define POKERTH_BETA_REVISION 0 -#define POKERTH_BETA_RELEASE_STRING "0.6" +#define POKERTH_BETA_RELEASE_STRING "0.61" enum ServerNetworkMode { NETWORK_MODE_TCP = 1, diff --git a/src/net/netpacket.h b/src/net/netpacket.h index 46ebab2f..c46dae7c 100644 --- a/src/net/netpacket.h +++ b/src/net/netpacket.h @@ -31,7 +31,7 @@ #include #define NET_VERSION_MAJOR 4 -#define NET_VERSION_MINOR 0 +#define NET_VERSION_MINOR 1 #define MIN_PACKET_SIZE 4 #define MAX_PACKET_SIZE 268