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

Update version to match release.

[SVN r48410]
This commit is contained in:
Christopher Kohlhoff
2008-08-28 09:04:31 +00:00
parent 8b4057a004
commit 302ca4f79d

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 100101 // 1.1.1
#define BOOST_ASIO_VERSION 100200 // 1.2.0
#endif // BOOST_ASIO_VERSION_HPP