asio version 1.10.7 released
diff --git a/asio/README b/asio/README
index c0c6208..d3515f2 100644
--- a/asio/README
+++ b/asio/README
@@ -1,4 +1,4 @@
-asio version 1.10.6
-Released Tuesday, 24 March 2015.
+asio version 1.10.7
+Released Monday, 14 December 2015.
 
 See doc/index.html for API documentation and a tutorial.
diff --git a/asio/asio.manifest b/asio/asio.manifest
index 38952ae..d1af8ee 100644
--- a/asio/asio.manifest
+++ b/asio/asio.manifest
@@ -3772,7 +3772,7 @@
 /include/asio/detail/wait_handler.hpp
 /include/asio/detail/wait_op.hpp
 /include/asio/detail/weak_ptr.hpp
-/include/asio/detail/wince_thread.hpp
+/include/asio/detail/winapi_thread.hpp
 /include/asio/detail/win_event.hpp
 /include/asio/detail/win_fd_set_adapter.hpp
 /include/asio/detail/win_fenced_block.hpp
@@ -4135,7 +4135,7 @@
 /src/examples/cpp03/ssl/
 /src/examples/cpp03/ssl/ca.pem
 /src/examples/cpp03/ssl/client.cpp
-/src/examples/cpp03/ssl/dh512.pem
+/src/examples/cpp03/ssl/dh2048.pem
 /src/examples/cpp03/ssl/README
 /src/examples/cpp03/ssl/server.cpp
 /src/examples/cpp03/ssl/server.pem
diff --git a/asio/boost_asio.manifest b/asio/boost_asio.manifest
index 248c25d..47e4bd9 100644
--- a/asio/boost_asio.manifest
+++ b/asio/boost_asio.manifest
@@ -214,6 +214,7 @@
 /boost/asio/detail/wait_handler.hpp
 /boost/asio/detail/wait_op.hpp
 /boost/asio/detail/weak_ptr.hpp
+/boost/asio/detail/winapi_thread.hpp
 /boost/asio/detail/wince_thread.hpp
 /boost/asio/detail/win_event.hpp
 /boost/asio/detail/win_fd_set_adapter.hpp
@@ -4379,7 +4380,7 @@
 /libs/asio/example/cpp03/ssl/
 /libs/asio/example/cpp03/ssl/ca.pem
 /libs/asio/example/cpp03/ssl/client.cpp
-/libs/asio/example/cpp03/ssl/dh512.pem
+/libs/asio/example/cpp03/ssl/dh2048.pem
 /libs/asio/example/cpp03/ssl/Jamfile
 /libs/asio/example/cpp03/ssl/Jamfile.v2
 /libs/asio/example/cpp03/ssl/README
@@ -4635,17 +4636,17 @@
 /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/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/msvc/
+/libs/system/test/msvc/common.props
+/libs/system/test/msvc/config_test/
+/libs/system/test/msvc/config_test/config_test.vcxproj
+/libs/system/test/msvc/error_code_test/
+/libs/system/test/msvc/error_code_test/error_code_test.vcxproj
+/libs/system/test/msvc/header_only_test/
+/libs/system/test/msvc/header_only_test/header_only_test.vcxproj
+/libs/system/test/msvc/system-dll/
+/libs/system/test/msvc/system-dll/system-dll.vcxproj
+/libs/system/test/msvc/system.sln
 /libs/system/test/system_error_test.cpp
-/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 acb7723..c2513e3 100644
--- a/asio/configure.ac
+++ b/asio/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(asio, [1.10.6])
+AC_INIT(asio, [1.10.7])
 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 b03da6b..399fcad 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 101006 // 1.10.6
+#define ASIO_VERSION 101007 // 1.10.7
 
 #endif // ASIO_VERSION_HPP