diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
commit | 62069d3ce743c6f5f91ef3700d6bc2cc69172359 (patch) | |
tree | 4983b59818ec3a831317564edfabeab2d47cdfe1 /Include/patchlevel.h | |
parent | 80ff2adf88e80e076774f03c7dd58e681bb08255 (diff) | |
download | cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.zip cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.gz cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.bz2 |
Bump versions and review NEWS file.
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 298831d..e199b72 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2a0" +#define PY_VERSION "3.2a1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |