asio version 1.11.0 released

This commit is contained in:
Christopher Kohlhoff 2015-02-16 09:18:44 +11:00
parent 691f3cd465
commit 66e76b9e42
4 changed files with 837 additions and 133 deletions

View File

@ -1,4 +1,4 @@
asio version 1.10.4
Released Thursday, 02 October 2014.
asio version 1.11.0
Released Monday, 16 February 2015.
See doc/index.html for API documentation and a tutorial.

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
AC_INIT(asio, [1.10.4])
AC_INIT(asio, [1.11.0])
AC_CONFIG_SRCDIR(include/asio.hpp)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([tar-ustar])

View File

@ -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 101100 // 1.11.0
#endif // ASIO_VERSION_HPP