We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d0bb commit 44238d0Copy full SHA for 44238d0
1 file changed
include/boost/asio/version.hpp
@@ -18,6 +18,6 @@
18
// BOOST_ASIO_VERSION % 100 is the sub-minor version
19
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
20
// BOOST_ASIO_VERSION / 100000 is the major version
21
-#define BOOST_ASIO_VERSION 103002 // 1.30.2
+#define BOOST_ASIO_VERSION 103100 // 1.31.0
22
23
#endif // BOOST_ASIO_VERSION_HPP
0 commit comments