Skip to content

Commit 44722ea

Browse files
committed
Version bump.
1 parent 60cae1d commit 44722ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/asio/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
// BOOST_ASIO_VERSION % 100 is the sub-minor version
1919
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version
2020
// BOOST_ASIO_VERSION / 100000 is the major version
21-
#define BOOST_ASIO_VERSION 103500 // 1.35.0
21+
#define BOOST_ASIO_VERSION 103600 // 1.36.0
2222

2323
#endif // BOOST_ASIO_VERSION_HPP

0 commit comments

Comments
 (0)