]> granicus.if.org Git - libevent/commitdiff
Increment version to 2.0.16-stable-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 18 Nov 2011 20:34:37 +0000 (15:34 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 18 Nov 2011 20:34:37 +0000 (15:34 -0500)
WIN32-Code/event2/event-config.h
configure.in

index 07c277379a3280f3efb54be0e763d125260cfff8..bdc4c85f7fbd3f4b66a0c17b018f284dae2019d4 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02001000
+#define _EVENT_NUMERIC_VERSION 0x02001001
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.16-stable"
+#define _EVENT_VERSION "2.0.16-stable-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 09789ce001f0fd65ec3c824d1de6e121a682f844..da08cf4eca65afa4a5490b6b58907be076215bd5 100644 (file)
@@ -5,9 +5,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.16-stable)
+AM_INIT_AUTOMAKE(libevent,2.0.16-stable-dev)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02001000, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02001001, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then