diff options
author | Ned Deily <nad@python.org> | 2018-05-31 00:53:43 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-05-31 00:53:43 (GMT) |
commit | d8bc353aa1573c64fc61e2baeeb9bd5c41805328 (patch) | |
tree | 3e86a8e5c330ba5f70562c5cf49591efba01d166 /Include | |
parent | abb88023896f545b18d20c7d0d5934b11230a12f (diff) | |
download | cpython-d8bc353aa1573c64fc61e2baeeb9bd5c41805328.zip cpython-d8bc353aa1573c64fc61e2baeeb9bd5c41805328.tar.gz cpython-d8bc353aa1573c64fc61e2baeeb9bd5c41805328.tar.bz2 |
Bump to 3.7.0b5+
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 bcba967..37f80dd 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.7.0b5" +#define PY_VERSION "3.7.0b5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |