diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-10-14 20:02:48 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-10-14 20:02:48 (GMT) |
commit | cc06217d9d2b2d9641baabc96be62a65301bbaf9 (patch) | |
tree | 00a7534cfd05749e1cca1896f16bf3272fe806df /Include | |
parent | 85da2ddc89754becaf25dd99226dd96552ed68fa (diff) | |
download | cpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.zip cpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.tar.gz cpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.tar.bz2 |
Post v3.8.0
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 d685a85..df8bd34 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.0" +#define PY_VERSION "3.8.0+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |