Skip to content

Commit

Permalink
asio version 1.19.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Jul 11, 2021
1 parent b181ea2 commit 4c5a7cc
Show file tree
Hide file tree
Showing 3 changed files with 4 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.0
Released Thursday, 08 July 2021.
asio version 1.19.1
Released Monday, 12 July 2021.

See doc/index.html for API documentation and a tutorial.
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.0])
AC_INIT(asio, [1.19.1])
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 101900 // 1.19.0
#define ASIO_VERSION 101901 // 1.19.1

#endif // ASIO_VERSION_HPP

0 comments on commit 4c5a7cc

Please sign in to comment.