summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-27 23:15:19 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-28 16:15:28 +0300
commitce046e96b105fb5c21e3222c4082aac40dfa4275 (patch)
treeccde67132cfe621d3437343fec6884d974c02f14 /src/const
parent2a3614731a9f8c0a4df4c0da8da65539aab084d9 (diff)
downloadplus-ce046e96b105fb5c21e3222c4082aac40dfa4275.tar.gz
plus-ce046e96b105fb5c21e3222c4082aac40dfa4275.tar.bz2
plus-ce046e96b105fb5c21e3222c4082aac40dfa4275.tar.xz
plus-ce046e96b105fb5c21e3222c4082aac40dfa4275.zip
Add packets for packet version 20171025.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/net/maxpacketversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h
index a8293918a..84967f06d 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 = 20171018;
+static const uint32_t maxPacketVersion = 20171025;
#endif // CONST_NET_MAXPACKETVERSION_H