From 6532b6260d3d4a567b8f6dd4f6a502bcff0d2660 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Tue, 15 Jan 2019 14:24:00 +0300 Subject: [PATCH] manager: change protocol version to 5.0 Change-Id: I3b67710cc5ba909d61432b7aeff4f3dd111663a2 Signed-off-by: Vyacheslav Cherkashin --- daemon/da_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/da_protocol.h b/daemon/da_protocol.h index 730eda3..61ac40a 100644 --- a/daemon/da_protocol.h +++ b/daemon/da_protocol.h @@ -38,7 +38,7 @@ #include #include -#define PROTOCOL_VERSION "4.2" +#define PROTOCOL_VERSION "5.0" enum { MAX_RAW_MESSAGE_SIZE = 8*1024, -- 2.7.4