Skip to content

Commit

Permalink
asio version 1.19.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Aug 1, 2021
1 parent 0882b3f commit dc67374
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.19.1
Released Monday, 12 July 2021.
asio version 1.19.2
Released Sunday, 01 August 2021.

See doc/index.html for API documentation and a tutorial.
1 change: 1 addition & 0 deletions asio/asio.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2558,6 +2558,7 @@
/doc/asio/reference/experimental__deferred_function/function_.html
/doc/asio/reference/experimental__deferred_function.html
/doc/asio/reference/experimental__deferred.html
/doc/asio/reference/experimental__deferred_init_tag.html
/doc/asio/reference/experimental__deferred_noop/
/doc/asio/reference/experimental__deferred_noop.html
/doc/asio/reference/experimental__deferred_noop/operator_lp__rp_.html
Expand Down
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.19.1])
AC_INIT(asio, [1.19.2])
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 101901 // 1.19.1
#define ASIO_VERSION 101902 // 1.19.2

#endif // ASIO_VERSION_HPP

0 comments on commit dc67374

Please sign in to comment.