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 5a73c7b commit d6e7b5aCopy full SHA for d6e7b5a
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 103100 // 1.31.0
+#define BOOST_ASIO_VERSION 103200 // 1.32.0
22
23
#endif // BOOST_ASIO_VERSION_HPP
0 commit comments