$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79551 - trunk/boost/asio
From: chris_at_[hidden]
Date: 2012-07-16 02:29:59
Author: chris_kohlhoff
Date: 2012-07-16 02:29:59 EDT (Mon, 16 Jul 2012)
New Revision: 79551
URL: http://svn.boost.org/trac/boost/changeset/79551
Log:
Sync version number with release branch.
Text files modified:
trunk/boost/asio/version.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/asio/version.hpp
==============================================================================
--- trunk/boost/asio/version.hpp (original)
+++ trunk/boost/asio/version.hpp 2012-07-16 02:29:59 EDT (Mon, 16 Jul 2012)
@@ -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 100503 // 1.5.3
+#define BOOST_ASIO_VERSION 100802 // 1.8.2
#endif // BOOST_ASIO_VERSION_HPP