diff --git a/ChangeLog b/ChangeLog
index 2bc1cddbf20edf58886ec272fb92863aa263c7cd..f479444162be306b72374626caeeb0e158e56511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,10 +9,10 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
       on 0.2.2.7-alpha. Rename CircPriorityHalflifeMsec to
       CircuitPriorityHalflifeMsec, so authorities can tell newer relays
       about the option without breaking older ones.
-    - Fix SSL renegotiation behavior on OpenSSL versions that claim to
-      be earlier than 0.9.8m, but which have in reality backported huge
-      swaths of 0.9.8m or 0.9.8n renegotiation behavior. Possible fix
-      for some cases of bug 1346.
+    - Fix SSL renegotiation behavior on OpenSSL versions like on Centos
+      that claim to be earlier than 0.9.8m, but which have in reality
+      backported huge swaths of 0.9.8m or 0.9.8n renegotiation
+      behavior. Possible fix for some cases of bug 1346.
 
   o Minor features:
     - Experiment with a more aggressive approach to preventing clients
@@ -22,7 +22,7 @@ Changes in version 0.2.2.11-alpha - 2010-04-15
       how it goes!
     - Add support for statically linking zlib by specifying
       --enable-static-zlib, to go with our support for statically linking
-      openssl/libevent. Resolves bug 1358.
+      openssl and libevent. Resolves bug 1358.
 
   o Minor bugfixes:
     - Fix a segfault that happens whenever a Tor client that is using
diff --git a/configure.in b/configure.in
index 91010ab725f9bf32cf98436c42433eda986f1599..0c9b2ab888f948c8586dee0d5c03550205a43c3d 100644
--- a/configure.in
+++ b/configure.in
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2008, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.2.10-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.2.11-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 3283c2f1b667ba33c85624d03555e3f34a9da9a3..b041dadf2b76d943b1f310167bc53ab5907a626b 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.2.2.10-alpha-dev"
+!define VERSION "0.2.2.11-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index ce6d854b4717a41161a1074cb4821df7f76599f2..873ea8804e3af18eb2101118322d80b71c8048b9 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -226,5 +226,5 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.2.10-alpha-dev"
+#define VERSION "0.2.2.11-alpha"