Increment version to 2.1.2-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Nov 2012 15:53:25 +0000 (10:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Nov 2012 15:53:25 +0000 (10:53 -0500)
ChangeLog
WIN32-Code/event2/event-config.h
configure.ac

index 70eccafa9758077e937cf80d52ab6be76a09ca3c..50c6527098c62f4d6c8d94e4615e725de9f0f531 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version 2.1.3-alpha (?? ??? 201?)
+
+
 Changes in version 2.1.2-alpha (18 Nov 2012)
 
  Libevent 2.1.2-alpha includes more portable for monotonic timers,
index 2791d8d485f17274cd8982b485d65ae27217c88f..63e6a588e802aedb4875df1ae094523e9264f3ff 100644 (file)
 /* #undef EVENT__HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define EVENT__NUMERIC_VERSION 0x02010200
+#define EVENT__NUMERIC_VERSION 0x02010201
 
 /* Name of package */
 #define EVENT__PACKAGE "libevent"
 #define EVENT__TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define EVENT__VERSION "2.1.2-alpha"
+#define EVENT__VERSION "2.1.2-alpha-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define EVENT____func__ __FUNCTION__
index f008b23e8f2cb4166e460f9504a29dc468d13eae..75b2b6a4222f481570ff0ea0c32cd5a7fac1bbf8 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.2-alpha)
+AC_INIT(libevent,2.1.2-alpha-dev)
 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, 0x02010200, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02010201, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then