diff options
author | Georg Brandl <georg@python.org> | 2014-02-23 08:30:06 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-02-23 08:30:06 +0100 |
commit | e12675a0f2a57ebd74a90400454c5dbdbc92882e (patch) | |
tree | 3fcdfb8fd938492e58340e3099176b61f3a45932 /Include/patchlevel.h | |
parent | ed7d0c4ff6fef4002acf7693ba04af6d803783ba (diff) | |
download | cpython-git-e12675a0f2a57ebd74a90400454c5dbdbc92882e.tar.gz |
Bump to 3.3.5rc1.
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 4196c44370..236f00ccc6 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 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 5 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.4+" +#define PY_VERSION "3.3.5rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |