2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-25 14:32:08 +00:00

Update asio version number.

[SVN r44848]
This commit is contained in:
Christopher Kohlhoff
2008-04-28 13:35:27 +00:00
parent 8768d9dff1
commit bfda1481e0

View File

@@ -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 100000 // 1.0.0
#define BOOST_ASIO_VERSION 100100 // 1.1.0
#endif // BOOST_ASIO_VERSION_HPP