Skip to content

Commit

Permalink
asio version 1.10.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Jul 2, 2014
1 parent 3bb2b92 commit 00cdf67
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
4 changes: 2 additions & 2 deletions asio/README
Original file line number Diff line number Diff line change
@@ -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.
18 changes: 12 additions & 6 deletions asio/boost_asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -4616,19 +4619,22 @@
/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
/libs/system/test/error_code_user_test.cpp
/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
2 changes: 1 addition & 1 deletion asio/configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion asio/include/asio/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00cdf67

Please sign in to comment.