]> granicus.if.org Git - libevent/commitdiff
Bump version to 2.1.3-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 2 May 2013 03:12:08 +0000 (23:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 May 2013 03:12:08 +0000 (23:12 -0400)
ChangeLog
WIN32-Code/event2/event-config.h
configure.ac

index 796cf91f1755cff1ab740ecc0e82d85c61466719..368d2a146a4b2dcf8ecc483711dc8b2028b8fac0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Changes in version 2.1.4-{alpha,beta,rc} (?? ??? 2013)
+
+
+
 Changes in version 2.1.3-alpha (1 May 2013)
 
  Libevent 2.1.3-alpha fixes various bugs, adds new unit tests, and cleans
index 9773331f661c81ae3f07e70fe7dea6f2cc1115ca..43b5c3fb0a722f190224bfbab6fb89b0bdb239fe 100644 (file)
 /* #undef EVENT__HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define EVENT__NUMERIC_VERSION 0x02010300
+#define EVENT__NUMERIC_VERSION 0x02010301
 
 /* Name of package */
 #define EVENT__PACKAGE "libevent"
 #define EVENT__TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define EVENT__VERSION "2.1.3-alpha"
+#define EVENT__VERSION "2.1.3-alpha-dev"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define EVENT____func__ __FUNCTION__
index ecd4b01f971450d6b236482a6cea36af8191def4..a0872bc10efab609cc51af7de1741f33c066d8e3 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.3-alpha)
+AC_INIT(libevent,2.1.3-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])])
 AC_CONFIG_HEADERS(config.h  evconfig-private.h:evconfig-private.h.in)
-AC_DEFINE(NUMERIC_VERSION, 0x02010300, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02010301, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then