]> granicus.if.org Git - libevent/commitdiff
Increment the submicro version number.
authorNick Mathewson <nickm@torproject.org>
Mon, 15 Feb 2010 21:45:19 +0000 (16:45 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 15 Feb 2010 21:45:19 +0000 (16:45 -0500)
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.

configure.in

index 26ef40ae55f141af8ab2e3bd92a4fcafe485a2bb..7849355bc7b15c78c3949d4ff79fa46fcf7cff5c 100644 (file)
@@ -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