summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-05-01 23:12:08 -0400
committerNick Mathewson <nickm@torproject.org>2013-05-01 23:12:08 -0400
commitf8d80a285cf941505277d9060d0357b5b7e543d2 (patch)
tree38548c0c639d916a0bf81bb1939b4a905a6ce477 /configure.ac
parent85a40040d11d9f0cd5353b32a3675d01bbd7f188 (diff)
downloadlibevent-f8d80a285cf941505277d9060d0357b5b7e543d2.tar.gz
Bump version to 2.1.3-alpha-dev
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 ecd4b01f..a0872bc1 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.3-alpha)
+AC_INIT(libevent,2.1.3-alpha-dev)
AC_PREREQ(2.59)
AC_CONFIG_SRCDIR(event.c)
@@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE
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, 0x02010300, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02010301, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then