Skip to content

Commit 1d1e336

Browse files
committed
asio version 1.8.1 released
1 parent b29bdb4 commit 1d1e336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

asio/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
asio version 1.8.0
2-
Released Wednesday, 23 May 2012.
1+
asio version 1.8.1
2+
Released Tuesday, 10 July 2012.
33

44
See doc/index.html for API documentation and a tutorial.

asio/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(asio, [1.8.0])
1+
AC_INIT(asio, [1.8.1])
22
AC_CONFIG_SRCDIR(include/asio.hpp)
33
AM_MAINTAINER_MODE
44
AM_INIT_AUTOMAKE([tar-ustar])

asio/include/asio/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
// ASIO_VERSION % 100 is the sub-minor version
1919
// ASIO_VERSION / 100 % 1000 is the minor version
2020
// ASIO_VERSION / 100000 is the major version
21-
#define ASIO_VERSION 100800 // 1.8.0
21+
#define ASIO_VERSION 100801 // 1.8.1
2222

2323
#endif // ASIO_VERSION_HPP

0 commit comments

Comments
 (0)