Bump the version to Libevent 2.1.1-alpha

This commit is contained in:
Nick Mathewson 2012-04-03 17:26:12 -04:00
parent 2dedff36e1
commit 3faaad49c4
2 changed files with 4 additions and 4 deletions

View File

@ -277,7 +277,7 @@
/* #undef EVENT__HAVE_WORKING_KQUEUE */
/* Numeric representation of the version */
#define EVENT__NUMERIC_VERSION 0x02010001
#define EVENT__NUMERIC_VERSION 0x02010100
/* Name of package */
#define EVENT__PACKAGE "libevent"
@ -334,7 +334,7 @@
#define EVENT__TIME_WITH_SYS_TIME 1
/* Version number of package */
#define EVENT__VERSION "2.1.0-alpha-dev"
#define EVENT__VERSION "2.1.1-alpha"
/* Define to appropriate substitue if compiler doesnt have __func__ */
#define EVENT____func__ __FUNCTION__

View File

@ -10,11 +10,11 @@ AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(libevent,2.1.0-alpha-dev)
AM_INIT_AUTOMAKE(libevent,2.1.1-alpha)
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in)
AC_DEFINE(NUMERIC_VERSION, 0x02010001, [Numeric representation of the version])
AC_DEFINE(NUMERIC_VERSION, 0x02010100, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then