diff options
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |