]> granicus.if.org Git - libevent/commitdiff
Bump version to 2.0.13-stable-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 19 Jul 2011 03:37:59 +0000 (23:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Jul 2011 03:37:59 +0000 (23:37 -0400)
WIN32-Code/event2/event-config.h
configure.in

index 672ea6832dd8ec2d7b7d4f2fee81d75bd11a1569..8615a7dd77b9d1ba7548ea152ea4b5a4032aa34d 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02000d00
+#define _EVENT_NUMERIC_VERSION 0x02000d01
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.13-stable"
+#define _EVENT_VERSION "2.0.13-stable-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index e5b00d46175b272e5b976ad3f32c363c42cd21c8..347e3b2f70005505da3873535fdd8ec2bc665c20 100644 (file)
@@ -5,9 +5,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.13-stable)
+AM_INIT_AUTOMAKE(libevent,2.0.13-stable-dev)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02000d00, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02000d01, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then