Skip to content

Commit

Permalink
asio version 1.24.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskohlhoff committed Aug 13, 2022
1 parent b3f4dbc commit 147f722
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.23.0
Released Thursday, 14 July 2022.
asio version 1.24.0
Released Saturday, 13 August 2022.

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.23.0])
AC_INIT(asio, [1.24.0])
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 102300 // 1.23.0
#define ASIO_VERSION 102400 // 1.24.0

#endif // ASIO_VERSION_HPP

0 comments on commit 147f722

Please sign in to comment.