asio version 1.11.0 released
This commit is contained in:
parent
691f3cd465
commit
66e76b9e42
@ -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
@ -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])
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user