From 572fd75a669b870dd1652481e50c2c8f2020da3d Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 6 Apr 2004 08:10:24 +0000 Subject: [PATCH] asio version 0.1.7 released --- asio/INSTALL | 2 +- asio/README | 4 ++-- asio/configure.in | 2 +- asio/src/doc/asio.dox.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/asio/INSTALL b/asio/INSTALL index 0a0fb55a..c356359e 100644 --- a/asio/INSTALL +++ b/asio/INSTALL @@ -1,4 +1,4 @@ -asio version 0.1.6 - Installation instructions +asio version 0.1.7 - Installation instructions 1. Supported Platforms 2. Requirements diff --git a/asio/README b/asio/README index f4057379..75f6006a 100644 --- a/asio/README +++ b/asio/README @@ -1,5 +1,5 @@ -asio version 0.1.6 -Released Tuesday, 23 March 2004. +asio version 0.1.7 +Released Tuesday, 6 April 2004. Please read INSTALL for compilation instructions. diff --git a/asio/configure.in b/asio/configure.in index e48e532f..a59443f2 100644 --- a/asio/configure.in +++ b/asio/configure.in @@ -1,5 +1,5 @@ AC_INIT(include/asio.hpp) -AM_INIT_AUTOMAKE(asio, 0.1.6) +AM_INIT_AUTOMAKE(asio, 0.1.7) AC_CANONICAL_HOST AM_PROG_CC_C_O diff --git a/asio/src/doc/asio.dox.in b/asio/src/doc/asio.dox.in index 6b6d6cef..6675205b 100644 --- a/asio/src/doc/asio.dox.in +++ b/asio/src/doc/asio.dox.in @@ -23,7 +23,7 @@ PROJECT_NAME = asio # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.1.6 +PROJECT_NUMBER = 0.1.7 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.