asio version 1.10.5 released
diff --git a/asio/README b/asio/README index c621d8a..0867898 100644 --- a/asio/README +++ b/asio/README
@@ -1,4 +1,4 @@ -asio version 1.10.4 -Released Thursday, 02 October 2014. +asio version 1.10.5 +Released Thursday, 19 March 2015. See doc/index.html for API documentation and a tutorial.
diff --git a/asio/boost_asio.manifest b/asio/boost_asio.manifest index 29b3f36..48d9ab9 100644 --- a/asio/boost_asio.manifest +++ b/asio/boost_asio.manifest
@@ -4480,6 +4480,8 @@ /libs/asio/example/cpp11/spawn/echo_server.cpp /libs/asio/example/cpp11/spawn/Jamfile.v2 /libs/asio/index.html +/libs/asio/meta/ +/libs/asio/meta/libraries.json /libs/asio/test/ /libs/asio/test/archetypes/ /libs/asio/test/archetypes/async_result.hpp @@ -4617,9 +4619,12 @@ /libs/system/doc/index.html /libs/system/doc/reference.html /libs/system/index.html +/libs/system/meta/ +/libs/system/meta/libraries.json /libs/system/src/ /libs/system/src/error_code.cpp /libs/system/test/ +/libs/system/test/config_test.cpp /libs/system/test/dynamic_link_test.cpp /libs/system/test/error_code_test.cpp /libs/system/test/error_code_user_test.cpp @@ -4628,6 +4633,8 @@ /libs/system/test/Jamfile.v2 /libs/system/test/system/ /libs/system/test/system/common.props +/libs/system/test/system/config_test/ +/libs/system/test/system/config_test/config_test.vcxproj /libs/system/test/system/error_code_test/ /libs/system/test/system/error_code_test/error_code_test.vcxproj /libs/system/test/system_error_test.cpp
diff --git a/asio/configure.ac b/asio/configure.ac index b64fcaf..b9077cb 100644 --- a/asio/configure.ac +++ b/asio/configure.ac
@@ -1,4 +1,4 @@ -AC_INIT(asio, [1.10.4]) +AC_INIT(asio, [1.10.5]) AC_CONFIG_SRCDIR(include/asio.hpp) AM_MAINTAINER_MODE AM_INIT_AUTOMAKE([tar-ustar])
diff --git a/asio/include/asio/version.hpp b/asio/include/asio/version.hpp index 831dcde..6d07b31 100644 --- a/asio/include/asio/version.hpp +++ b/asio/include/asio/version.hpp
@@ -18,6 +18,6 @@ // ASIO_VERSION % 100 is the sub-minor version // ASIO_VERSION / 100 % 1000 is the minor version // ASIO_VERSION / 100000 is the major version -#define ASIO_VERSION 101004 // 1.10.4 +#define ASIO_VERSION 101005 // 1.10.5 #endif // ASIO_VERSION_HPP