Fixing protocol version number.

This commit is contained in:
lotodore
2011-11-13 19:49:26 +00:00
parent c6b4e7cfdc
commit 641becb654
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -26,8 +26,8 @@
#include <third_party/asn1/PokerTHMessage.h>
#include <gamedata.h>
#define NET_VERSION_MAJOR 2
#define NET_VERSION_MINOR 1
#define NET_VERSION_MAJOR 3
#define NET_VERSION_MINOR 0
#define MAX_FILE_DATA_SIZE 256
#define MAX_PACKET_SIZE 384