From 4157d33ee9456e4468ffc3ad1de3d6b6d6a43a8f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 4 Apr 2005 00:35:14 +0000 Subject: [PATCH] acknowledgements and new version svn:r143 --- README | 15 ++++++++++++++- configure.in | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) 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 -- 2.40.0