2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Version bump.

This commit is contained in:
Christopher Kohlhoff
2025-12-04 00:07:07 +11:00
parent 8b7c626c1a
commit 5963b46909

View File

@@ -18,6 +18,6 @@
// BOOST_ASIO_VERSION % 100 is the sub-minor version // BOOST_ASIO_VERSION % 100 is the sub-minor version
// BOOST_ASIO_VERSION / 100 % 1000 is the minor version // BOOST_ASIO_VERSION / 100 % 1000 is the minor version
// BOOST_ASIO_VERSION / 100000 is the major version // BOOST_ASIO_VERSION / 100000 is the major version
#define BOOST_ASIO_VERSION 103700 // 1.37.0 #define BOOST_ASIO_VERSION 103800 // 1.38.0
#endif // BOOST_ASIO_VERSION_HPP #endif // BOOST_ASIO_VERSION_HPP