From 2793c8eeb08b7863d10cf517227e39fed12063a1 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 12 Nov 2007 07:35:30 +0000 Subject: [PATCH] call it 1.4.0-beta svn:r523 --- ChangeLog | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ac94ac9..5b31e236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 22b1ecf4..80578d21 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.4.0) +AM_INIT_AUTOMAKE(libevent,1.4.0-beta) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE