diff options
Diffstat (limited to 'src/const/net/maxpacketversion.h')
-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 84967f06d..fd1c7bc1d 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 = 20171025; +static const uint32_t maxPacketVersion = 20171101; #endif // CONST_NET_MAXPACKETVERSION_H |