From d71f1c58bdbffaeb7b778bc0fa35b46f17b4b3b7 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 20 Aug 2018 11:11:12 +0200 Subject: [PATCH] changed network protocol version from 1.2.0 to 2.0.0 --- src/netserv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/netserv.h b/src/netserv.h index 53d96276..463b202f 100644 --- a/src/netserv.h +++ b/src/netserv.h @@ -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 -- 2.34.1