diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-12-21 17:46:59 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-12-21 17:46:59 (GMT) |
commit | 285b38c3a85486a2dee0b675cb5953d5da1442a0 (patch) | |
tree | c9175bbf581e824de277b747d1e374f3e4d29aa4 /Include | |
parent | e3ffe353b17ef16a5bb01a56caeae795f6fd908a (diff) | |
download | cpython-285b38c3a85486a2dee0b675cb5953d5da1442a0.zip cpython-285b38c3a85486a2dee0b675cb5953d5da1442a0.tar.gz cpython-285b38c3a85486a2dee0b675cb5953d5da1442a0.tar.bz2 |
Post 3.8.7
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 de3694e..e73cadb 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.7" +#define PY_VERSION "3.8.7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |