mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Correct all versions in 1.4 branch
This commit is contained in:
parent
891765cd8e
commit
ac0d213c4a
@ -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__ */
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user