summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-08-06 21:19:44 -0400
committerNick Mathewson <nickm@torproject.org>2010-08-06 21:19:44 -0400
commit556d0f4001ae5dae2e98584a7b23e3def6339681 (patch)
treef510c994edc12e13a7eeaebf66e8e266a119cefd /configure.in
parentf65826404179bdc059eefb4fe4f156170569e034 (diff)
downloadlibevent-556d0f4001ae5dae2e98584a7b23e3def6339681.tar.gz
Increment versions to 2.0.6-rcrelease-2.0.6-rc
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 348cbcd6..b126127f 100644
--- a/configure.in
+++ b/configure.in
@@ -5,9 +5,9 @@ AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE(libevent,2.0.5-beta-dev)
+AM_INIT_AUTOMAKE(libevent,2.0.6-rc)
AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02000501, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02000600, [Numeric representation of the version])
dnl Initialize prefix.
if test "$prefix" = "NONE"; then