diff options
author | Georg Brandl <georg@python.org> | 2011-05-08 07:03:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-08 07:03:36 (GMT) |
commit | cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4 (patch) | |
tree | 1bcc567535071a0af459ba3590b00fc0dfbd54e3 /Include/patchlevel.h | |
parent | a8201f02dcb67a5fb2a2bba8237c620951ec13e5 (diff) | |
download | cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.zip cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.tar.gz cpython-cd79cdc5e6a8ccdc5bf4260a14e5c2213a9bcff4.tar.bz2 |
Bump to 3.2.1b1.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e6a4902..bec4ba5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 -#define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2.1a0" +#define PY_VERSION "3.2.1b1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |