From: Nick Mathewson Date: Mon, 15 Feb 2010 21:45:19 +0000 (-0500) Subject: Increment the submicro version number. X-Git-Tag: release-2.0.4-alpha~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e868e69f404112505e64067a870890c98e3d94;p=libevent Increment the submicro version number. We've changed a couple of APIs introduced in 2.0.1-alpha, so it behooves us to give high-needs apps (like Tor) a way to tell we've done this. Sensible apps will just say "is it 2.0.3-alpha or 2.0.4-alpha" and ignore the existence of 2.0.3-alpha-dev, which is just as it should be. --- diff --git a/configure.in b/configure.in index 26ef40ae..7849355b 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(libevent,2.0.3-alpha-dev) AM_CONFIG_HEADER(config.h) -AC_DEFINE(NUMERIC_VERSION, 0x02000302, [Numeric representation of the version]) +AC_DEFINE(NUMERIC_VERSION, 0x02000303, [Numeric representation of the version]) dnl Initialize prefix. if test "$prefix" = "NONE"; then