diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-11-15 21:41:03 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-11-15 21:41:03 (GMT) |
commit | 3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0 (patch) | |
tree | 86ee5ae54aceffdeb8ddeb533d4dc5ea36eca9de /Include/patchlevel.h | |
parent | ccb0e6a3452335a4c3e2433934c3c0c5622a34cd (diff) | |
download | cpython-3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0.zip cpython-3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0.tar.gz cpython-3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0.tar.bz2 |
Post 3.9.9
Diffstat (limited to 'Include/patchlevel.h')
-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 293e51a..19e9097 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.9" +#define PY_VERSION "3.9.9+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |