diff options
author | Ned Deily <nad@python.org> | 2017-09-19 07:12:46 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-19 07:12:46 (GMT) |
commit | 453408a50508bb6801b6724ba7c7d1c017c218b6 (patch) | |
tree | b5adf256dd73936c5ec2ce85cd8a541c736dedc9 /Include | |
parent | a4c91a1e7eca81ef7a88f07b60a0742532491f05 (diff) | |
download | cpython-453408a50508bb6801b6724ba7c7d1c017c218b6.zip cpython-453408a50508bb6801b6724ba7c7d1c017c218b6.tar.gz cpython-453408a50508bb6801b6724ba7c7d1c017c218b6.tar.bz2 |
post 3.7.0a1 development
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 5a5986b..73ef459 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.7.0a1" +#define PY_VERSION "3.7.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |