changed network protocol version from 1.2.0 to 2.0.0
authorHolger Schemel <info@artsoft.org>
Mon, 20 Aug 2018 09:11:12 +0000 (11:11 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 20 Aug 2018 09:11:12 +0000 (11:11 +0200)
src/netserv.h

index 53d96276368ca9c1df3db6cb56ae4ed4a95d0214..463b202f0bae28324f7cf5ba0cd4070d901bf12d 100644 (file)
@@ -16,8 +16,8 @@
 
 #define DEFAULT_SERVER_PORT    19504
 
-#define PROTOCOL_VERSION_1     1
-#define PROTOCOL_VERSION_2     2
+#define PROTOCOL_VERSION_1     2
+#define PROTOCOL_VERSION_2     0
 #define PROTOCOL_VERSION_3     0
 
 #define OP_PROTOCOL_VERSION    1