]> granicus.if.org Git - libevent/commitdiff
Bump version to 2.0.10-stable-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 16 Dec 2010 17:57:23 +0000 (12:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Dec 2010 17:57:23 +0000 (12:57 -0500)
WIN32-Code/event2/event-config.h
configure.in

index 8a441074652245f9b4eeeacfe06af9d6b6f79c49..fa14ae94c00175c92ec570148b450a2d24757d0a 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02000a00
+#define _EVENT_NUMERIC_VERSION 0x02000a01
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.10-stable"
+#define _EVENT_VERSION "2.0.10-stable-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 7b8f2af6461cc2efa3cf88dd495abcf6aa1dcc05..f8f3e03b7b370a993d6911cc1b0a73e61e7eb15a 100644 (file)
@@ -5,9 +5,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.10-stable)
+AM_INIT_AUTOMAKE(libevent,2.0.10-stable-dev)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02000a00, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02000a01, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then