diff options
author | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
commit | 8cee0cc3fea74f9abcb0ce343a86fa4c71673ead (patch) | |
tree | 851f2525839db28cd419613bd950c80eab5ccb44 /Include/patchlevel.h | |
parent | a7ff833f277eb8067f4be5a0f2b583a3cca95d35 (diff) | |
download | cpython-3.3.7rc1.zip cpython-3.3.7rc1.tar.gz cpython-3.3.7rc1.tar.bz2 |
Bump to 3.3.7rc1v3.3.7rc1
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 eb1e3a3..0f9de5a 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 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 7 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.6+" +#define PY_VERSION "3.3.7rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |