asio version 0.1.2 released
This commit is contained in:
parent
0fb12226fc
commit
3701651905
@ -1,3 +1,3 @@
|
||||
asio version 0.1.1
|
||||
asio version 0.1.2
|
||||
|
||||
Please read INSTALL for compilation instructions.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user