diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-10-11 15:38:29 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-10-11 15:38:29 (GMT) |
commit | bd4e5320e5e7c58c048c8c1739467fc47d471dd1 (patch) | |
tree | 4a7b82846c516dd99196b584935bd8fec4e0676b | |
parent | 7e2815419663a2f82abf6c5e1f848fd1de7c8033 (diff) | |
download | cpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.zip cpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.tar.gz cpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.tar.bz2 |
Post 3.9.15
-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 a30fa4a..8af690f 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.9.15" +#define PY_VERSION "3.9.15+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |