diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-03-24 00:26:30 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-03-24 00:26:30 (GMT) |
commit | 6f345d363308e3e6ecf0ad518ea0fcc30afde2a8 (patch) | |
tree | a4afe3f91e7e0653164462f475ae3077ef293f14 | |
parent | b28265d7e6a41a4a0e227b37f4fbbc4d03a0a707 (diff) | |
download | cpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.zip cpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.tar.gz cpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.tar.bz2 |
Post 3.9.12
-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 a4418b0..3804aa8 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.12" +#define PY_VERSION "3.9.12+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |