2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-30 19:32:09 +00:00

Version bump.

This commit is contained in:
Christopher Kohlhoff
2020-08-05 23:01:31 +10:00
parent fd68805a3f
commit 52a2f2ac59

View File

@@ -18,6 +18,6 @@
// BOOST_ASIO_VERSION % 100 is the sub-minor version
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
// BOOST_ASIO_VERSION / 100000 is the major version
#define BOOST_ASIO_VERSION 101700 // 1.17.0
#define BOOST_ASIO_VERSION 101800 // 1.18.0
#endif // BOOST_ASIO_VERSION_HPP