asio version 1.10.3 released
diff --git a/asio/README b/asio/README
index e454ab4..a8a5a61 100644
--- a/asio/README
+++ b/asio/README
@@ -1,4 +1,4 @@
-asio version 1.10.2
-Released Monday, 05 May 2014.
+asio version 1.10.3
+Released Wednesday, 02 July 2014.
 
 See doc/index.html for API documentation and a tutorial.
diff --git a/asio/boost_asio.manifest b/asio/boost_asio.manifest
index 7ad3af4..29b3f36 100644
--- a/asio/boost_asio.manifest
+++ b/asio/boost_asio.manifest
@@ -431,6 +431,9 @@
 /boost/system/api_config.hpp
 /boost/system/config.hpp
 /boost/system/cygwin_error.hpp
+/boost/system/detail/
+/boost/system/detail/error_code.ipp
+/boost/system/detail/local_free_on_destruction.hpp
 /boost/system/error_code.hpp
 /boost/system/linux_error.hpp
 /boost/system/system_error.hpp
@@ -4616,7 +4619,6 @@
 /libs/system/index.html
 /libs/system/src/
 /libs/system/src/error_code.cpp
-/libs/system/src/local_free_on_destruction.hpp
 /libs/system/test/
 /libs/system/test/dynamic_link_test.cpp
 /libs/system/test/error_code_test.cpp
@@ -4624,11 +4626,15 @@
 /libs/system/test/header_only_test.cpp
 /libs/system/test/initialization_test.cpp
 /libs/system/test/Jamfile.v2
+/libs/system/test/system/
+/libs/system/test/system/common.props
+/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
-/libs/system/test/system_msvc/
-/libs/system/test/system_msvc/common.vsprops
-/libs/system/test/system_msvc/error_code_test/
-/libs/system/test/system_msvc/error_code_test/error_code_test.vcproj
-/libs/system/test/system_msvc/system_msvc.sln
+/libs/system/test/system/header_only_test/
+/libs/system/test/system/header_only_test/header_only_test.vcxproj
+/libs/system/test/system/system-dll/
+/libs/system/test/system/system-dll/system-dll.vcxproj
+/libs/system/test/system/system.sln
 /libs/system/test/throw_test.cpp
 /README.txt
diff --git a/asio/configure.ac b/asio/configure.ac
index a75eccf..019210c 100644
--- a/asio/configure.ac
+++ b/asio/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asio, [1.10.2])
+AC_INIT(asio, [1.10.3])
 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 e8602e1..1d3a7a8 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 101002 // 1.10.2
+#define ASIO_VERSION 101003 // 1.10.3
 
 #endif // ASIO_VERSION_HPP