From e21ad3a5aa46635db9dc30b3395aa59588074932 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 27 Jul 2020 21:22:42 +0200 Subject: server: Protocol v2, DB v2: message replies --- command.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.h') diff --git a/command.h b/command.h index e1226a5..ebfec8c 100644 --- a/command.h +++ b/command.h @@ -4,8 +4,8 @@ #include "conn_data.h" -#define PROTOCOL_VERSION 1 -#define MIN_SUPPORTED_PROTOCOL_VERSION 1 +#define PROTOCOL_VERSION 2 +#define MIN_SUPPORTED_PROTOCOL_VERSION 2 // Returns true if socket should be closed. -- cgit v1.2.3-70-g09d2