make it 1.4.1-beta

svn:r610
This commit is contained in:
Niels Provos 2007-12-23 08:32:00 +00:00
parent 163c37b628
commit 718e64ac13
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Changes in current version:
Changes in 1.4.1-beta:
o free minheap on event_base_free(); from Christopher Layne
o debug cleanups in signal.c; from Christopher Layne
o provide event_base_new() that does not set the current_base global

View File

@ -2,7 +2,7 @@ dnl configure.in for libevent
dnl Dug Song <dugsong@monkey.org>
AC_INIT(event.c)
AM_INIT_AUTOMAKE(libevent,1.4.0-beta)
AM_INIT_AUTOMAKE(libevent,1.4.1-beta)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE