summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a69650f6..6fc71cd4 100644
--- a/configure.in
+++ b/configure.in
@@ -11,9 +11,9 @@ AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE(libevent,2.0.19-stable-dev)
+AM_INIT_AUTOMAKE(libevent,2.0.20-stable)
AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02001301, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02001400, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then