Set up branch to be rc2 next.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 8a90b29..097b2de 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION      	"3.2.1rc1"
+#define PY_VERSION      	"3.2.1rc1+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
diff --git a/Misc/NEWS b/Misc/NEWS
index 9215490..db780be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,8 +2,8 @@
 Python News
 +++++++++++
 
-What's New in Python 3.2.1?
-===========================
+What's New in Python 3.2.1 release candidate 2?
+===============================================
 
 *Release date: XX-XXX-2011*