asio version 0.1.11 released

This commit is contained in:
chris 2004-08-27 11:02:00 +00:00
parent 8bc09da911
commit ff74dc18e0
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
asio version 0.1.10 - Installation instructions
asio version 0.1.11 - Installation instructions
1. Supported Platforms
2. Requirements

View File

@ -1,5 +1,5 @@
asio version 0.1.10
Released Friday, 2 July 2004.
asio version 0.1.11
Released Friday, 27 August 2004.
Please read INSTALL for compilation instructions.

View File

@ -1,5 +1,5 @@
AC_INIT(include/asio.hpp)
AM_INIT_AUTOMAKE(asio, 0.1.10)
AM_INIT_AUTOMAKE(asio, 0.1.11)
AC_CANONICAL_HOST
AM_PROG_CC_C_O

View File

@ -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.10
PROJECT_NUMBER = 0.1.11
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.