diff options
author | Georg Brandl <georg@python.org> | 2014-01-25 08:19:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-25 08:19:50 (GMT) |
commit | 18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898 (patch) | |
tree | a850a20f446ad0ca111ccbe1ca46d00e3664c0e5 /Include/patchlevel.h | |
parent | 12e18c3d01915309e96d5c8b198ae994061c7838 (diff) | |
download | cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.zip cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.gz cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.bz2 |
Bump to 3.3.4rc1.
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 054b9eb..e3b4f60 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.3+" +#define PY_VERSION "3.3.4rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |