diff options
author | Georg Brandl <georg@python.org> | 2011-05-21 15:36:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-21 15:36:20 (GMT) |
commit | d0793670440f8cf03661597da04062159728d335 (patch) | |
tree | 4a2a95f9d5efd229b1b1a68e896c5d105e067a01 | |
parent | 9c1928f0a90d687db7a45503ae8a23a38f2d59bb (diff) | |
download | cpython-d0793670440f8cf03661597da04062159728d335.zip cpython-d0793670440f8cf03661597da04062159728d335.tar.gz cpython-d0793670440f8cf03661597da04062159728d335.tar.bz2 |
Set up branch to be rc2 next.
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
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 @@ -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* |