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 d1f9d74 commit 58f8081Copy full SHA for 58f8081
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 103300 // 1.33.0
+#define BOOST_ASIO_VERSION 103400 // 1.34.0
22
23
#endif // BOOST_ASIO_VERSION_HPP
0 commit comments