asio version 0.1.2 released

This commit is contained in:
chris 2003-09-16 03:07:24 +00:00
parent 0fb12226fc
commit 3701651905
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
asio version 0.1.1
asio version 0.1.2
Please read INSTALL for compilation instructions.

View File

@ -1,5 +1,5 @@
AC_INIT(src/asio.hpp)
AM_INIT_AUTOMAKE(asio, 0.1.1)
AM_INIT_AUTOMAKE(asio, 0.1.2)
AM_PROG_CC_C_O
AC_PROG_CXX

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