diff options
author | Łukasz Langa <lukasz@langa.pl> | 2023-06-06 12:17:01 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2023-06-06 12:17:01 (GMT) |
commit | 1528b420b33ae5c636b6016ce6c6afb0b09e7694 (patch) | |
tree | 94c0f783eb51fce69d710b39edbe040f226b6ab3 | |
parent | 0d3cd4eb6671872d8d9f049327d196e759615f70 (diff) | |
download | cpython-1528b420b33ae5c636b6016ce6c6afb0b09e7694.zip cpython-1528b420b33ae5c636b6016ce6c6afb0b09e7694.tar.gz cpython-1528b420b33ae5c636b6016ce6c6afb0b09e7694.tar.bz2 |
Post 3.9.17
-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 73087ac..708d06a 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.17" +#define PY_VERSION "3.9.17+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |