asio version 1.14.0 released

This commit is contained in:
Christopher Kohlhoff 2019-04-14 20:54:35 +10:00
parent 30336a0873
commit 8d4c8c3ce4
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
asio version 1.13.0
Released Tuesday, 12 March 2019.
asio version 1.14.0
Released Sunday, 14 April 2019.
See doc/index.html for API documentation and a tutorial.

View File

@ -1,4 +1,4 @@
AC_INIT(asio, [1.13.0])
AC_INIT(asio, [1.14.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 101300 // 1.13.0
#define ASIO_VERSION 101400 // 1.14.0
#endif // ASIO_VERSION_HPP