From c99ddbc376523bbf9b67c5e5c786f13a4363a533 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 19 Jul 2020 00:41:29 +0100 Subject: 1.13.1, 1.13.2 connection support --- src/Protocol/Protocol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Protocol/Protocol.h') diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index c2b3cd3f0..817d0bef0 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -339,7 +339,9 @@ public: Version_1_12 = 335, Version_1_12_1 = 338, Version_1_12_2 = 340, - Version_1_13 = 393 + Version_1_13 = 393, + Version_1_13_1 = 401, + Version_1_13_2 = 404 // TODO: this constant should be in WebServer }; /** Called when client sends some data */ -- cgit v1.2.3