diff options
author | Georg Brandl <georg@python.org> | 2011-05-21 17:36:20 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-21 17:36:20 +0200 |
commit | d0793670440f8cf03661597da04062159728d335 (patch) | |
tree | 4a2a95f9d5efd229b1b1a68e896c5d105e067a01 /Include/patchlevel.h | |
parent | 9c1928f0a90d687db7a45503ae8a23a38f2d59bb (diff) | |
download | cpython-git-d0793670440f8cf03661597da04062159728d335.tar.gz |
Set up branch to be rc2 next.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 8a90b299a5..097b2de4a6 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 |