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 60cae1d commit 44722eaCopy full SHA for 44722ea
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 103500 // 1.35.0
+#define BOOST_ASIO_VERSION 103600 // 1.36.0
22
23
#endif // BOOST_ASIO_VERSION_HPP
0 commit comments