diff options
author | Georg Brandl <georg@python.org> | 2012-05-01 07:35:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-05-01 07:35:18 (GMT) |
commit | ab0ef20663ee64667cc979f6810e60914d26d149 (patch) | |
tree | 6d4e9b3d7f1785415fede05470bf15824763ca3c /Include/patchlevel.h | |
parent | ebb29640fa73bf9de031650be013df3a375f62a4 (diff) | |
download | cpython-ab0ef20663ee64667cc979f6810e60914d26d149.zip cpython-ab0ef20663ee64667cc979f6810e60914d26d149.tar.gz cpython-ab0ef20663ee64667cc979f6810e60914d26d149.tar.bz2 |
Bump to 3.3.0a3.
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 f81c339..c28bdb4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.3.0a2+" +#define PY_VERSION "3.3.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |