diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-09-24 10:32:56 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-09-24 10:32:56 (GMT) |
commit | 87ca11be3ba59a88485b6535c540542552cfb3db (patch) | |
tree | 84e47efcd7089a34fe50c40e92902bb87890645b /Include | |
parent | e1e6a8ef9ac730bf233de356392284e44d9bd16c (diff) | |
download | cpython-87ca11be3ba59a88485b6535c540542552cfb3db.zip cpython-87ca11be3ba59a88485b6535c540542552cfb3db.tar.gz cpython-87ca11be3ba59a88485b6535c540542552cfb3db.tar.bz2 |
Post 3.8.6
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 5123b26..e5aade9 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.6" +#define PY_VERSION "3.8.6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |