]> granicus.if.org Git - libevent/commitdiff
Increment version to 2.0.15-stable
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Oct 2011 04:22:17 +0000 (00:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Oct 2011 04:22:17 +0000 (00:22 -0400)
Makefile.am
WIN32-Code/event2/event-config.h
configure.in

index b19902df732c99bde35092d44c4887688e35ab6a..a151d943fd64959c2ca5f57c59f20e309e133bbd 100644 (file)
@@ -49,6 +49,7 @@ VERSION_INFO = 6:3:1
 #  2.0.12-stable--    2.0        6:1:1 (No ABI change)
 #  2.0.13-stable--    2.0        6:2:1 (No ABI change)
 #  2.0.14-stable--    2.0        6:3:1 (No ABI change)
+#  2.0.15-stable--    2.0        7:0:2 (ABI changed, backward-compatible)
 #
 # For Libevent 2.1:
 #  2.1.1-alpha --     2.1        1:0:0
index d956d3b799be9bec245a8f8311fb7f8d7753f56a..dda5a7e2dab99da3cd45600d25caef6ac530055e 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02000e01
+#define _EVENT_NUMERIC_VERSION 0x02000f00
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.14-stable-dev"
+#define _EVENT_VERSION "2.0.15-stable"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 3de245e53caf21e4b9760083a8cb42a4efa8052a..293c46d1fa721c7cc5112ec5f326f88b55615e1e 100644 (file)
@@ -5,9 +5,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.14-stable-dev)
+AM_INIT_AUTOMAKE(libevent,2.0.15-stable)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02000e01, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02000f00, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then