diff options
author | Georg Brandl <georg@python.org> | 2012-03-18 07:34:49 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-18 07:34:49 +0100 |
commit | 226af70a59df013eaa58b80e01f430f13fa998d3 (patch) | |
tree | 71a3c6f4899714ef587f8a0713ff0e8b05a683f9 /Include/patchlevel.h | |
parent | c73f6dab11030c9f0071d25c1636184c909696e1 (diff) | |
download | cpython-git-226af70a59df013eaa58b80e01f430f13fa998d3.tar.gz |
Bump to 3.2.3rc2.v3.2.3rc2
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 14ab4dfbc6..d3f321739b 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 |