diff options
author | Georg Brandl <georg@python.org> | 2012-03-18 19:37:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-18 19:37:43 (GMT) |
commit | 3187749646340dd40779b4b0cd78db9a9edbe2fd (patch) | |
tree | a81694d0208beba67b5a588ff1014dee5b364c19 /Include/patchlevel.h | |
parent | c6bfce9871a1ed53e06da04c1b7c6cf02a08df77 (diff) | |
parent | 1eb0f9de991a6a22bd4d2732849d0c7f7531d3f8 (diff) | |
download | cpython-3187749646340dd40779b4b0cd78db9a9edbe2fd.zip cpython-3187749646340dd40779b4b0cd78db9a9edbe2fd.tar.gz cpython-3187749646340dd40779b4b0cd78db9a9edbe2fd.tar.bz2 |
Merge 3.2.3rc2 from release clone.
Diffstat (limited to 'Include/patchlevel.h')
-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 83165a2..a84c351 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 3 #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.3rc1" +#define PY_VERSION "3.2.3rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |