]> granicus.if.org Git - libevent/commitdiff
Bump version to 2.0.18-stable-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 22 Mar 2012 18:34:01 +0000 (14:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Mar 2012 18:34:01 +0000 (14:34 -0400)
WIN32-Code/event2/event-config.h
configure.in

index 67aaf605d29810abd2ce47bd0de8db3046edc5c0..c6522d0ce44fdfcb4e84ce7bc8064f0c964f1875 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02001200
+#define _EVENT_NUMERIC_VERSION 0x02001201
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.18-stable"
+#define _EVENT_VERSION "2.0.18-stable-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 86f929bb1fe2c916326a980542e28020239994fe..299b3f5f44ecf7a146c71064f9dbff5be17e671f 100644 (file)
@@ -11,9 +11,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.18-stable)
+AM_INIT_AUTOMAKE(libevent,2.0.18-stable-dev)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02001200, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02001201, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then