diff options
author | Ned Deily <nad@python.org> | 2017-12-06 01:57:44 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-06 01:57:44 (GMT) |
commit | d86f29e9c99345c0aa725a7c8a31283b1282aa66 (patch) | |
tree | 72255b2b3cd719598eb01c5bd68df0569e798221 /Include | |
parent | 5e8cbcc4f25dcdc02651414f792dc4a546ba199b (diff) | |
parent | 90a6785f6328bd27d307ce20202d6b34aa0cc10b (diff) | |
download | cpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.zip cpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.tar.gz cpython-d86f29e9c99345c0aa725a7c8a31283b1282aa66.tar.bz2 |
Merge tag 'v3.7.0a3'
Diffstat (limited to 'Include')
-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 64c518e..103fac5 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_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.7.0a2+" +#define PY_VERSION "3.7.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |