diff options
author | Georg Brandl <georg@python.org> | 2012-03-18 06:34:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-18 06:34:49 (GMT) |
commit | 226af70a59df013eaa58b80e01f430f13fa998d3 (patch) | |
tree | 71a3c6f4899714ef587f8a0713ff0e8b05a683f9 /Include | |
parent | c73f6dab11030c9f0071d25c1636184c909696e1 (diff) | |
download | cpython-226af70a59df013eaa58b80e01f430f13fa998d3.zip cpython-226af70a59df013eaa58b80e01f430f13fa998d3.tar.gz cpython-226af70a59df013eaa58b80e01f430f13fa998d3.tar.bz2 |
Bump to 3.2.3rc2.v3.2.3rc2
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 14ab4df..d3f3217 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 |