]> granicus.if.org Git - libevent/commitdiff
Bump versions to 2.1.2-alpha
authorNick Mathewson <nickm@torproject.org>
Sun, 18 Nov 2012 15:53:52 +0000 (10:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 18 Nov 2012 15:53:52 +0000 (10:53 -0500)
Makefile.am
WIN32-Code/event2/event-config.h
configure.ac

index 1b6cfcaef5e936c805dd54ba257f0f3e101aa951..3040c2acfeabf9b4eafb9c0e12cd156edcd37414 100644 (file)
@@ -58,9 +58,14 @@ VERSION_INFO = 1:0:0
 #  2.0.15-stable--    2.0        6:3:1 (Forgot to update :( )
 #  2.0.16-stable--    2.0        6:4:1 (No ABI change)
 #  2.0.17-stable--    2.0        6:5:1 (No ABI change)
+#  2.0.18-stable--    2.0        6:6:1 (No ABI change)
+#  2.0.19-stable--    2.0        6:7:1 (No ABI change)
+#  2.0.20-stable--    2.0        6:8:1 (No ABI change)
+#  2.0.21-stable--    2.0        6:9:1 (No ABI change)
 #
 # For Libevent 2.1:
 #  2.1.1-alpha --     2.1        1:0:0
+#  2.1.2-alpha--      2.2        2:0:1 (Backward-compatible)
 
 
 # ABI version history for this package effectively restarts every time
index a765507bdbadd5a03b8e40f5add4a13d297f086a..2791d8d485f17274cd8982b485d65ae27217c88f 100644 (file)
 /* #undef EVENT__HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define EVENT__NUMERIC_VERSION 0x02010101
+#define EVENT__NUMERIC_VERSION 0x02010200
 
 /* Name of package */
 #define EVENT__PACKAGE "libevent"
 #define EVENT__TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define EVENT__VERSION "2.1.1-alpha-dev"
+#define EVENT__VERSION "2.1.2-alpha"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define EVENT____func__ __FUNCTION__
index 1defb5c5aabf142377a1f8c093f0e67351e09279..f008b23e8f2cb4166e460f9504a29dc468d13eae 100644 (file)
@@ -5,7 +5,7 @@ dnl See LICENSE for copying information.
 dnl
 dnl Original version Dug Song <dugsong@monkey.org>
 
-AC_INIT(libevent,2.1.1-alpha-dev)
+AC_INIT(libevent,2.1.2-alpha)
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(event.c)
 
@@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE
 dnl AM_SILENT_RULES req. automake 1.11.  [no] defaults V=1
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AM_CONFIG_HEADER(config.h  evconfig-private.h:evconfig-private.h.in)
-AC_DEFINE(NUMERIC_VERSION, 0x02010101, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02010200, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then