summaryrefslogtreecommitdiff
path: root/WIN32-Code
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-18 10:53:52 -0500
committerNick Mathewson <nickm@torproject.org>2012-11-18 10:53:52 -0500
commitffdad1dcbc23614adcc72735c2d60d64eb09f2ff (patch)
treeb07d546498309f206dbaabffb97d7c13713465e9 /WIN32-Code
parent143cb613bdd68dda5f55ed26c63c2a7a06a2d99c (diff)
downloadlibevent-ffdad1dcbc23614adcc72735c2d60d64eb09f2ff.tar.gz
Bump versions to 2.1.2-alpha
Diffstat (limited to 'WIN32-Code')
-rw-r--r--WIN32-Code/event2/event-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WIN32-Code/event2/event-config.h b/WIN32-Code/event2/event-config.h
index a765507b..2791d8d4 100644
--- a/WIN32-Code/event2/event-config.h
+++ b/WIN32-Code/event2/event-config.h
@@ -277,7 +277,7 @@
/* #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"
@@ -334,7 +334,7 @@
#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__