From: Niels Provos Date: Mon, 4 Apr 2005 00:35:14 +0000 (+0000) Subject: acknowledgements and new version X-Git-Tag: release-1.1b~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4157d33ee9456e4468ffc3ad1de3d6b6d6a43a8f;p=libevent acknowledgements and new version svn:r143 --- diff --git a/README b/README index 9873d2a7..b326609c 100644 --- a/README +++ b/README @@ -10,4 +10,17 @@ You can run the regression tests by $ make verify -Before, reporting any problems, please run the regression tests. \ No newline at end of file +Before, reporting any problems, please run the regression tests. + +Acknowledgements: +----------------- + +The following people have helped with suggestions, ideas or code: + + Nick Mathewson + Andrew Danforth + Shie Erlich + Mike Davis + +If I have forgotten your name, please contact me. + diff --git a/configure.in b/configure.in index f3e40286..2f0541c2 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl configure.in for libevent dnl Dug Song AC_INIT(event.c) -AM_INIT_AUTOMAKE(libevent,1.0b) +AM_INIT_AUTOMAKE(libevent,1.0c) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE