Correct all versions in 1.4 branch

This commit is contained in:
Nick Mathewson 2009-12-18 23:50:42 -05:00
parent 891765cd8e
commit ac0d213c4a
2 changed files with 6 additions and 2 deletions

View File

@ -207,7 +207,9 @@
#define _EVENT_TIME_WITH_SYS_TIME 1
/* Version number of package */
#define _EVENT_VERSION "1.3.99-trunk"
#define _EVENT_VERSION "1.4.13-stable-dev"
#define _EVENT_NUMERIC_VERSION 0x01040d01
/* Define to appropriate substitue if compiler doesnt have __func__ */
/* #undef _EVENT___func__ */

View File

@ -2,10 +2,12 @@ dnl configure.in for libevent
dnl Dug Song <dugsong@monkey.org>
AC_INIT(event.c)
AM_INIT_AUTOMAKE(libevent,1.4.13-stable)
AM_INIT_AUTOMAKE(libevent,1.4.13-stable-dev)
AM_CONFIG_HEADER(config.h)
dnl AM_MAINTAINER_MODE
AC_DEFINE(NUMERIC_VERSION, 0x01040d01, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then
prefix="/usr/local"