diff options
author | Georg Brandl <georg@python.org> | 2011-07-03 07:41:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-03 07:41:27 (GMT) |
commit | d4fa7ed8db45f8c2d3c01ebb30ac931191e31606 (patch) | |
tree | ac96d3c2ffd2c4642facf09611af87665ab9d51b /Include | |
parent | f069100d0daf6460e54777295bfb029453c785d5 (diff) | |
download | cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.zip cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.tar.gz cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.tar.bz2 |
Bump to 3.2.1rc2.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 097b2de..33cccb8 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.2.1rc1+" +#define PY_VERSION "3.2.1rc2" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |