call it 1.4.0-beta

svn:r523
This commit is contained in:
Niels Provos 2007-11-12 07:35:30 +00:00
parent f1ce978ffc
commit 2793c8eeb0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Changes in 1.4.0:
Changes in 1.4.0-beta:
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
o demote most http warnings to debug messages
o Fix Solaris compilation; from Magne Mahre

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)
AM_INIT_AUTOMAKE(libevent,1.4.0-beta)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE