From 6fbeb9237c68df4ae2ea6e5119ca6d9b8bc0ca1e Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sat, 25 Jul 2009 03:23:46 +0000 Subject: [PATCH] call it 2.0.2-alpha svn:r1378 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b356232e..cee16e86 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.1-alpha-dev) +AM_INIT_AUTOMAKE(libevent,2.0.2-alpha) AM_CONFIG_HEADER(config.h) -AC_DEFINE(NUMERIC_VERSION, 0x02000101, [Numeric representation of the version]) +AC_DEFINE(NUMERIC_VERSION, 0x02000201, [Numeric representation of the version]) dnl Initialize prefix. if test "$prefix" = "NONE"; then -- 2.40.0