aboutsummaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-07-27 21:22:42 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-07-28 16:07:42 +0200
commite21ad3a5aa46635db9dc30b3395aa59588074932 (patch)
treeba055e0201d7329286be59dd8020d90ccea8d5b7 /command.h
parent909ada35ccb617344d244d4e76c9ce85fd2b922b (diff)
server: Protocol v2, DB v2: message replies
Diffstat (limited to 'command.h')
-rw-r--r--command.h4
1 files changed, 2 insertions, 2 deletions
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.