mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
Increment the version to 1.4.14b; add a changelog for our VERSION_INFO snafu on 1.4.14
This commit is contained in:
parent
fd32d368f1
commit
eb8122f26c
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.14-stable)
|
||||
AM_INIT_AUTOMAKE(libevent,1.4.14b-stable)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
dnl AM_MAINTAINER_MODE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user