diff options
author | Ned Deily <nad@python.org> | 2019-06-18 17:02:54 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-06-18 17:02:54 -0400 |
commit | b26441ee1f896d893862f402119b9001cc71c35b (patch) | |
tree | 2d96a6b8947cb02ad6e96006f702b4d2389d5357 /Include/patchlevel.h | |
parent | 23d9fcb4802e4878467453969e4f09466438e3cc (diff) | |
download | cpython-git-3.7.4rc1.tar.gz |
3.7.4rc1v3.7.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 e7dfbeeb96..27753644e6 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 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.7.3+" +#define PY_VERSION "3.7.4rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |