Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Apr 3, 2024
1 parent 76882c1 commit 4f837af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/asio/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
// BOOST_ASIO_VERSION % 100 is the sub-minor version
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
// BOOST_ASIO_VERSION / 100000 is the major version
#define BOOST_ASIO_VERSION 103001 // 1.30.1
#define BOOST_ASIO_VERSION 103002 // 1.30.2

#endif // BOOST_ASIO_VERSION_HPP

0 comments on commit 4f837af

Please sign in to comment.