diff options
author | Ned Deily <nad@python.org> | 2018-05-02 03:41:45 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-05-02 03:41:45 -0400 |
commit | eb96c376994cb7c6c2e8a4967782d1c0e2a96135 (patch) | |
tree | 76cbde74a7c5ca652a7513af93cca05b8b4a7c3f /Include/patchlevel.h | |
parent | 3c5d3f519d092ea845fa6673df1222fdd668430b (diff) | |
download | cpython-git-3.7.0b4.tar.gz |
3.7.0b4v3.7.0b4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 70d86c9f85..c01b8f98fe 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.7.0b3+" +#define PY_VERSION "3.7.0b4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |