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 76882c1 commit 4f837afCopy full SHA for 4f837af
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 103001 // 1.30.1
+#define BOOST_ASIO_VERSION 103002 // 1.30.2
22
23
#endif // BOOST_ASIO_VERSION_HPP
0 commit comments