diff options
author | Ned Deily <nad@python.org> | 2019-10-01 13:23:17 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-10-01 13:23:17 -0400 |
commit | 4082f600a5bd69c8f4a36111fa5eb197d7547756 (patch) | |
tree | db7fdc2ff5f84ccea7c3482ad662aa49a808298e /Include/patchlevel.h | |
parent | 960068b5672abba766ae09059b53fa2013cabacc (diff) | |
download | cpython-git-3.7.5rc1.tar.gz |
3.7.5rc1v3.7.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 2237ae394c..838d895ae9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 7 -#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.7.4+" +#define PY_VERSION "3.7.5rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |