mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-24 03:40:40 -04:00
Bump the version to Libevent 2.1.1-alpha
This commit is contained in:
parent
2dedff36e1
commit
3faaad49c4
@ -277,7 +277,7 @@
|
|||||||
/* #undef EVENT__HAVE_WORKING_KQUEUE */
|
/* #undef EVENT__HAVE_WORKING_KQUEUE */
|
||||||
|
|
||||||
/* Numeric representation of the version */
|
/* Numeric representation of the version */
|
||||||
#define EVENT__NUMERIC_VERSION 0x02010001
|
#define EVENT__NUMERIC_VERSION 0x02010100
|
||||||
|
|
||||||
/* Name of package */
|
/* Name of package */
|
||||||
#define EVENT__PACKAGE "libevent"
|
#define EVENT__PACKAGE "libevent"
|
||||||
@ -334,7 +334,7 @@
|
|||||||
#define EVENT__TIME_WITH_SYS_TIME 1
|
#define EVENT__TIME_WITH_SYS_TIME 1
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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 to appropriate substitue if compiler doesnt have __func__ */
|
||||||
#define EVENT____func__ __FUNCTION__
|
#define EVENT____func__ __FUNCTION__
|
||||||
|
@ -10,11 +10,11 @@ AC_INIT(event.c)
|
|||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
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
|
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
|
||||||
AM_CONFIG_HEADER(config.h evconfig-private.h:evconfig-private.h.in)
|
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.
|
dnl Initialize prefix.
|
||||||
if test "$prefix" = "NONE"; then
|
if test "$prefix" = "NONE"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user