0.6.4 NOW

This commit is contained in:
lotodore
2009-03-22 20:12:52 +00:00
parent 1d5fd90ae9
commit 2e8ab6b4d5
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -29,11 +29,11 @@
#define DEBUG_MODE 0
#define POKERTH_VERSION_MAJOR 0
#define POKERTH_VERSION_MINOR 62
#define POKERTH_VERSION_MINOR 64
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.6.3"
#define POKERTH_BETA_RELEASE_STRING "0.6.4"
enum ServerNetworkMode {
NETWORK_MODE_TCP = 1,
+1 -1
View File
@@ -31,7 +31,7 @@
#include <list>
#define NET_VERSION_MAJOR 5
#define NET_VERSION_MINOR 0
#define NET_VERSION_MINOR 1
#define MIN_PACKET_SIZE 4
#define MAX_PACKET_SIZE 268