diff options
author | Ned Deily <nad@python.org> | 2019-06-18 20:37:44 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-06-18 20:37:44 -0400 |
commit | 0d47586d0262a4a2cc2ff855db3b3e9def8fda11 (patch) | |
tree | 543d8e72b2959b67a8878b55acdff01c495111db /Include/patchlevel.h | |
parent | 516a6a254814d2bc6a90290dfc44d77fdfb4050b (diff) | |
download | cpython-git-3.6.9rc1.tar.gz |
3.6.9rc1v3.6.9rc1
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 7289d41e6c..270e61792c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 -#define PY_MICRO_VERSION 8 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 9 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.6.8+" +#define PY_VERSION "3.6.9rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |