Skip to content

Commit

Permalink
Increment Libevent version to 1.4.14-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 27, 2010
1 parent 6224ff8 commit b3360c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions WIN32-Code/event-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3360c1

Please sign in to comment.