diff options
author | Georg Brandl <georg@python.org> | 2010-09-05 21:29:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-05 21:29:17 (GMT) |
commit | bad092556e12e8b2cf5976718cda902bef66b3f4 (patch) | |
tree | 1179004e0fa21881496fc9c29f461bf0577cdf1d /Include | |
parent | 123e58659d0d0f201aea8897de14e34f77fd55a1 (diff) | |
download | cpython-bad092556e12e8b2cf5976718cda902bef66b3f4.zip cpython-bad092556e12e8b2cf5976718cda902bef66b3f4.tar.gz cpython-bad092556e12e8b2cf5976718cda902bef66b3f4.tar.bz2 |
Post-release update.
Diffstat (limited to 'Include')
-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 a9af36e..e8688c2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.2a2" +#define PY_VERSION "3.2a2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |