]> granicus.if.org Git - libevent/commitdiff
Bump the version to 2.0.4-alpha release-2.0.4-alpha
authorNick Mathewson <nickm@torproject.org>
Sun, 28 Feb 2010 17:55:29 +0000 (12:55 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 28 Feb 2010 21:44:25 +0000 (16:44 -0500)
Makefile.am
WIN32-Code/event-config.h
configure.in

index f5fc7a632ab32b23b1d3873facc4553ad05f4c38..ebb63a562102d1491a6b845a0a3688c65ccc02da 100644 (file)
@@ -29,7 +29,8 @@ ACLOCAL_AMFLAGS = -I m4
 # We are starting the numbering at 2 rather than 1 to avoid confusion.
 #
 #      2:0:0 -- Libevent 2.0.1-alpha.
-VERSION_INFO = 2:0:0
+#      3:0:0 -- Libevent 2.0.4-alpha
+VERSION_INFO = 3:0:0
 
 bin_SCRIPTS = event_rpcgen.py
 
index 95f2760f184dc23abbe635944edd89bae8caa031..d28b564aaacd14b772cb3ba3a665418cee668b9e 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02000303
+#define _EVENT_NUMERIC_VERSION 0x02000400
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.3-alpha-dev"
+#define _EVENT_VERSION "2.0.4-alpha"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 84912ef4cf12db797538e1e3a14108a2ffe35901..c72cc2241e8f483b16b4428c2c55233c807c3360 100644 (file)
@@ -5,9 +5,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.3-alpha-dev)
+AM_INIT_AUTOMAKE(libevent,2.0.4-alpha)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02000303, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02000400, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then