diff --git a/ChangeLog b/ChangeLog index 1f056f75..166d3087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 o Add a .gitignore file for the 1.4 branch. (d014edb) o Backport evbuffer_readln(). (b04cc60 Nicholas Marriott) diff --git a/WIN32-Code/event-config.h b/WIN32-Code/event-config.h index e9ad60b9..a437908c 100644 --- a/WIN32-Code/event-config.h +++ b/WIN32-Code/event-config.h @@ -207,7 +207,7 @@ #define _EVENT_TIME_WITH_SYS_TIME 1 /* Version number of package */ -#define _EVENT_VERSION "1.4.14-stable" +#define _EVENT_VERSION "1.4.14b-stable" #define _EVENT_NUMERIC_VERSION 0x01040e00 diff --git a/configure.in b/configure.in index 64a9b300..68d79870 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.14-stable) +AM_INIT_AUTOMAKE(libevent,1.4.14b-stable) AM_CONFIG_HEADER(config.h) dnl AM_MAINTAINER_MODE