summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2016-11-02 00:31:31 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2016-11-04 23:05:20 +0300
commitf4489b8323cda0bf8eed7c1353911a852d7a947c (patch)
tree17a6f137aacb1eaa12999b3c6fc415cd7de3b18d /configure.ac
parent13ea9f5ee58dfea486a83c648da8b411a682b5e1 (diff)
downloadlibevent-f4489b8323cda0bf8eed7c1353911a852d7a947c.tar.gz
Bump version to 2.1.7-beta everywhere
- cmake basic - cmake detecting from git -- event_fuzzy_version_from_git() - autotools - win32 - appveyor
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d4c0d680..78a4edcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl See LICENSE for copying information.
dnl
dnl Original version Dug Song <dugsong@monkey.org>
-AC_INIT(libevent,2.1.6-beta)
+AC_INIT(libevent,2.1.7-beta)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(event.c)
@@ -25,7 +25,7 @@ AM_INIT_AUTOMAKE(m4_esyscmd([echo foreign 1.9 subdir-objects
dnl AM_SILENT_RULES req. automake 1.11. [no] defaults V=1
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
-AC_DEFINE(NUMERIC_VERSION, 0x02010600, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02010700, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then