diff options
Diffstat (limited to 'src/const/net')
-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 d684297d5..1fba13a3f 100644 --- a/src/const/net/maxpacketversion.h +++ b/src/const/net/maxpacketversion.h @@ -27,6 +27,6 @@ #include <stdint.h> #endif -static const uint32_t maxPacketVersion = 20150916; +static const uint32_t maxPacketVersion = 20151001; #endif // CONST_NET_MAXPACKETVERSION_H |