diff options
author | Georg Brandl <georg@python.org> | 2013-03-23 15:05:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-23 15:05:12 (GMT) |
commit | d08d0b1c69b19c58afb998e30eadfc7b9de26378 (patch) | |
tree | 97e26bc810da87bb02bad26b5305f4081417bce9 /Include | |
parent | 0a1bc11c66a5037b4db8c414adce0012bf1d28fa (diff) | |
download | cpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.zip cpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.tar.gz cpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.tar.bz2 |
Bump to 3.3.1rc1.
Diffstat (limited to 'Include')
-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 b5919a4..9c86437 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 3 -#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_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.0+" +#define PY_VERSION "3.3.1rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |