]> granicus.if.org Git - libevent/commitdiff
Increment version to 2.0.21-stable
authorNick Mathewson <nickm@torproject.org>
Sun, 18 Nov 2012 06:38:07 +0000 (01:38 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 18 Nov 2012 06:38:07 +0000 (01:38 -0500)
WIN32-Code/event2/event-config.h
configure.in

index ed11769ab1a7156536f4d26db35a05d098380d03..9d085c4b6ab2734b95a0def7ab9660d9c884f208 100644 (file)
 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
 
 /* Numeric representation of the version */
-#define _EVENT_NUMERIC_VERSION 0x02001401
+#define _EVENT_NUMERIC_VERSION 0x02001500
 
 /* Name of package */
 #define _EVENT_PACKAGE "libevent"
 #define _EVENT_TIME_WITH_SYS_TIME 1
 
 /* Version number of package */
-#define _EVENT_VERSION "2.0.20-stable-dev"
+#define _EVENT_VERSION "2.0.21-stable"
 
 /* Define to appropriate substitue if compiler doesnt have __func__ */
 #define _EVENT___func__ __FUNCTION__
index 5ecf5f48d8692f6d2479a7edaa7b4ff32e0671f2..18165f32e568c631dd0f9cf57369e0d08823dabc 100644 (file)
@@ -11,9 +11,9 @@ AC_INIT(event.c)
 
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(libevent,2.0.20-stable-dev)
+AM_INIT_AUTOMAKE(libevent,2.0.21-stable)
 AM_CONFIG_HEADER(config.h)
-AC_DEFINE(NUMERIC_VERSION, 0x02001401, [Numeric representation of the version])
+AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version])
 
 dnl Initialize prefix.
 if test "$prefix" = "NONE"; then