asio version 1.19.2 released
diff --git a/asio/README b/asio/README
index 1099357..a580868 100644
--- a/asio/README
+++ b/asio/README
@@ -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.
diff --git a/asio/asio.manifest b/asio/asio.manifest
index 419f9ba..f12e5df 100644
--- a/asio/asio.manifest
+++ b/asio/asio.manifest
@@ -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
diff --git a/asio/configure.ac b/asio/configure.ac
index 337bd59..341c277 100644
--- a/asio/configure.ac
+++ b/asio/configure.ac
@@ -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])
diff --git a/asio/include/asio/version.hpp b/asio/include/asio/version.hpp
index e028f24..49729f8 100644
--- a/asio/include/asio/version.hpp
+++ b/asio/include/asio/version.hpp
@@ -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