diff options
author | Ned Deily <nad@python.org> | 2018-01-09 15:27:57 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-09 15:27:57 (GMT) |
commit | 2ab3a8fd264f24baf321b861a997bf8848f232d5 (patch) | |
tree | c325228c46bb82f22ffa3df04c4df86109682647 /Include | |
parent | a612df0bedcc9e55c82ee330f19a8d47a607573b (diff) | |
download | cpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.zip cpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.tar.gz cpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.tar.bz2 |
Post-release version bump to a4+
Diffstat (limited to 'Include')
-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 49c7675..cea35de 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.7.0a4" +#define PY_VERSION "3.7.0a4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |