Increment the version to 1.4.14b; add a changelog for our VERSION_INFO snafu on 1.4.14

This commit is contained in:
Nick Mathewson 2010-06-19 11:56:12 -04:00
parent fd32d368f1
commit eb8122f26c
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
Changes in 1.4.14b-stable
o Set the VERSION_INFO correctly for 1.4.14
Changes in 1.4.14-stable Changes in 1.4.14-stable
o Add a .gitignore file for the 1.4 branch. (d014edb) o Add a .gitignore file for the 1.4 branch. (d014edb)
o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott)

View File

@ -207,7 +207,7 @@
#define _EVENT_TIME_WITH_SYS_TIME 1 #define _EVENT_TIME_WITH_SYS_TIME 1
/* Version number of package */ /* Version number of package */
#define _EVENT_VERSION "1.4.14-stable" #define _EVENT_VERSION "1.4.14b-stable"
#define _EVENT_NUMERIC_VERSION 0x01040e00 #define _EVENT_NUMERIC_VERSION 0x01040e00

View File

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