diff options
author | Łukasz Langa <lukasz@langa.pl> | 2025-04-08 19:30:37 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2025-04-08 19:30:37 +0200 |
commit | 558e27abf1f1e0f87262238bc1d9e84cca7743c6 (patch) | |
tree | 228857ca68618f4e94adce1823437d0a4747d7a4 | |
parent | 05c5549224fba2906c5e33e2aee5dec6bb0b825b (diff) | |
download | cpython-3.9.tar.gz cpython-3.9.zip |
Post 3.9.223.9
-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 cab5ea08df7..96cb0fa60b4 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.22" +#define PY_VERSION "3.9.22+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |