From e2b987ede1ee90a94977f5284e33e8e8ce153802 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 23 Apr 2009 00:01:05 +0000 Subject: [PATCH] bump the numeric version; this is not the same as the alpha. svn:r1224 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 192e375a..c83cd0ae 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(libevent,2.0.1-alpha-dev) AM_CONFIG_HEADER(config.h) -AC_DEFINE(NUMERIC_VERSION, 0x02000100, [Numeric representation of the version]) +AC_DEFINE(NUMERIC_VERSION, 0x02000101, [Numeric representation of the version]) dnl Initialize prefix. if test "$prefix" = "NONE"; then -- 2.40.0