mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Increment version for 1.4.15-stable
This commit is contained in:
parent
76f510e39b
commit
4228f76907
@ -1,5 +1,4 @@
|
||||
Changes in 1.4.15-stable
|
||||
(as of 10d228c9ef74bc13f77266d511ec93249344b069)
|
||||
Changes in 1.4.15-stable (5 January 2015)
|
||||
|
||||
o Pass flags to fcntl(F_SETFL) as int, not long (b3d0382)
|
||||
o Backport and tweak the LICENSE file for 1.4 (8a5ebd3)
|
||||
|
@ -26,7 +26,7 @@ RELEASE = 1.4
|
||||
# compatibility with old binaries. Increment Current. Set Age to 0,
|
||||
# since we're backward compatible with no previous APIs. Set Revision
|
||||
# to 0 too.
|
||||
VERSION_INFO = 4:0:2
|
||||
VERSION_INFO = 4:1:2
|
||||
|
||||
###
|
||||
# History:
|
||||
@ -51,6 +51,7 @@ VERSION_INFO = 4:0:2
|
||||
# 1.4.11-stable .. 1.4.13-stable : 3:3:1 [see note 1]
|
||||
# 1.4.14a-stable: : 3:3:2 [see note 2]
|
||||
# 1.4.14b-stable: : 4:0:2 (compatible ABI change)
|
||||
# 1.4.15-stable: : 4:1:2 (no ABI change)
|
||||
#
|
||||
# [1]: Using the same VERSION_INFO value was wrong; we should have been
|
||||
# updating the Revision field.
|
||||
|
@ -203,7 +203,7 @@
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.3.99-trunk"
|
||||
#define VERSION "1.4.15-stable"
|
||||
|
||||
/* Define to appropriate substitue if compiler doesnt have __func__ */
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1300
|
||||
|
@ -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.14b-stable)
|
||||
AM_INIT_AUTOMAKE(libevent,1.4.15)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
dnl AM_MAINTAINER_MODE
|
||||
|
||||
@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x01040e00, [Numeric representation of the version])
|
||||
AC_DEFINE(NUMERIC_VERSION, 0x01040f00, [Numeric representation of the version])
|
||||
|
||||
dnl Initialize prefix.
|
||||
if test "$prefix" = "NONE"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user