]> granicus.if.org Git - libevent/commitdiff
bump the numeric version; this is not the same as the alpha.
authorNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 00:01:05 +0000 (00:01 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 23 Apr 2009 00:01:05 +0000 (00:01 +0000)
svn:r1224

configure.in

index 192e375a28a816b4472babea7b1af53f16c0f088..c83cd0ae1537cc16a1b909e6c40c894e5974992e 100644 (file)
@@ -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