From: Nick Mathewson Date: Fri, 17 Apr 2009 23:07:48 +0000 (+0000) Subject: Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2.0.1... X-Git-Tag: release-2.0.3-alpha~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99de18670e59616e6794c2b371ffde17f002d339;p=libevent Bump version to 2.0.1-alpha-dev so that nobody mistakes a svn checkout for 2.0.1-alpha. svn:r1196 --- diff --git a/configure.in b/configure.in index 4327bc50..192e375a 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(event.c) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE(libevent,2.0.1-alpha) +AM_INIT_AUTOMAKE(libevent,2.0.1-alpha-dev) AM_CONFIG_HEADER(config.h) AC_DEFINE(NUMERIC_VERSION, 0x02000100, [Numeric representation of the version])