diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-03-15 22:41:31 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-03-15 22:41:31 (GMT) |
commit | e5f711f5eeb6db4290db1b747f42f5d723d12ed3 (patch) | |
tree | 97a4d3a9345a387c1da1f9bc6444a720da5bd5d9 /Include | |
parent | f1c3816ddf19076f8c16fa75a6846e32eba37fcb (diff) | |
download | cpython-e5f711f5eeb6db4290db1b747f42f5d723d12ed3.zip cpython-e5f711f5eeb6db4290db1b747f42f5d723d12ed3.tar.gz cpython-e5f711f5eeb6db4290db1b747f42f5d723d12ed3.tar.bz2 |
Post 3.8.13
Diffstat (limited to 'Include')
-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 020cb18..e449905 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.8.13" +#define PY_VERSION "3.8.13+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |