diff options
author | Ned Deily <nad@python.org> | 2017-12-06 02:06:12 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-06 02:06:12 (GMT) |
commit | a2a25eb03762680b98bb8cd090e43d0994a72c49 (patch) | |
tree | da42dec120b2f3fd973e02effa921b37634054c6 /Include/patchlevel.h | |
parent | d86f29e9c99345c0aa725a7c8a31283b1282aa66 (diff) | |
download | cpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.zip cpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.tar.gz cpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.tar.bz2 |
Bump to 3.7.0a3+
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 103fac5..dd0fd82 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.7.0a3" +#define PY_VERSION "3.7.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |