We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29bdb4 commit 1d1e336Copy full SHA for 1d1e336
asio/README
@@ -1,4 +1,4 @@
1
-asio version 1.8.0
2
-Released Wednesday, 23 May 2012.
+asio version 1.8.1
+Released Tuesday, 10 July 2012.
3
4
See doc/index.html for API documentation and a tutorial.
asio/configure.ac
-AC_INIT(asio, [1.8.0])
+AC_INIT(asio, [1.8.1])
AC_CONFIG_SRCDIR(include/asio.hpp)
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE([tar-ustar])
asio/include/asio/version.hpp
@@ -18,6 +18,6 @@
18
// ASIO_VERSION % 100 is the sub-minor version
19
// ASIO_VERSION / 100 % 1000 is the minor version
20
// ASIO_VERSION / 100000 is the major version
21
-#define ASIO_VERSION 100800 // 1.8.0
+#define ASIO_VERSION 100801 // 1.8.1
22
23
#endif // ASIO_VERSION_HPP
0 commit comments