asio version 1.14.0 released
This commit is contained in:
parent
30336a0873
commit
8d4c8c3ce4
@ -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.
|
||||
|
@ -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])
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user