diff options
author | Ned Deily <nad@python.org> | 2017-12-05 08:27:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 08:27:19 (GMT) |
commit | 90a6785f6328bd27d307ce20202d6b34aa0cc10b (patch) | |
tree | 796b8a1d8a1e34aa12eaf98aabdb1efe0df4e4ae /Include | |
parent | 3f9a728d955579373f45dac1dd89f5b3e4f36a1c (diff) | |
download | cpython-90a6785f6328bd27d307ce20202d6b34aa0cc10b.zip cpython-90a6785f6328bd27d307ce20202d6b34aa0cc10b.tar.gz cpython-90a6785f6328bd27d307ce20202d6b34aa0cc10b.tar.bz2 |
Bump to 3.7.0a3v3.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. |