diff options
-rw-r--r-- | src/const/net/maxpacketversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h index efc38463a..a8293918a 100644 --- a/src/const/net/maxpacketversion.h +++ b/src/const/net/maxpacketversion.h @@ -27,6 +27,6 @@ #include <stdint.h> #endif // defined(__GXX_EXPERIMENTAL_CXX0X__) -static const uint32_t maxPacketVersion = 20170517; +static const uint32_t maxPacketVersion = 20171018; #endif // CONST_NET_MAXPACKETVERSION_H |