mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Increment Libevent version to 1.4.14-stable
This commit is contained in:
parent
6224ff8760
commit
b3360c1602
@ -29,7 +29,7 @@ RELEASE = 1.4
|
||||
# Libevent 1.4.1 was 2:0:0
|
||||
# Libevent 1.4.2 should be 3:0:0
|
||||
# Libevent 1.4.5 is 3:0:1 (we forgot to increment in the past)
|
||||
VERSION_INFO = 3:3:1
|
||||
VERSION_INFO = 3:3:2
|
||||
|
||||
bin_SCRIPTS = event_rpcgen.py
|
||||
|
||||
|
@ -207,9 +207,9 @@
|
||||
#define _EVENT_TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Version number of package */
|
||||
#define _EVENT_VERSION "1.4.13-stable-dev"
|
||||
#define _EVENT_VERSION "1.4.14-stable"
|
||||
|
||||
#define _EVENT_NUMERIC_VERSION 0x01040d01
|
||||
#define _EVENT_NUMERIC_VERSION 0x01040e00
|
||||
|
||||
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
||||
/* #undef _EVENT___func__ */
|
||||
|
@ -2,13 +2,13 @@ dnl configure.in for libevent
|
||||
dnl Dug Song <dugsong@monkey.org>
|
||||
AC_INIT(event.c)
|
||||
|
||||
AM_INIT_AUTOMAKE(libevent,1.4.13-stable-dev)
|
||||
AM_INIT_AUTOMAKE(libevent,1.4.14-stable)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
dnl AM_MAINTAINER_MODE
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x01040d01, [Numeric representation of the version])
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x01040e00, [Numeric representation of the version])
|
||||
|
||||
dnl Initialize prefix.
|
||||
if test "$prefix" = "NONE"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user