]> granicus.if.org Git - libevent/commitdiff
Bump version to 2.0.17-stable-dev
authorNick Mathewson <nickm@torproject.org>
Sat, 11 Feb 2012 03:16:14 +0000 (22:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 11 Feb 2012 03:16:14 +0000 (22:16 -0500)
WIN32-Code/event2/event-config.h
configure.in

index 144f0acc7ba1fa8959b08da0e7928dfd8aaf0153..b945af0c9946a81a089bceaadb1236181cdf7f1d 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02001100
+#define _EVENT_NUMERIC_VERSION 0x02001101
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.17-stable"
+#define _EVENT_VERSION "2.0.17-stable-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index d61390bd68c6c7b76d4595cc1b6430fba5359544..63eb75e949f328b95d89d49fe06d631dba9884fa 100644 (file)
@@ -11,9 +11,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.17-stable)
+AM_INIT_AUTOMAKE(libevent,2.0.17-stable-dev)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02001100, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02001101, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then