diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-05-13 21:42:31 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-05-13 21:42:31 (GMT) |
commit | 35b8a4da7494cd51f3edeaa07764dd8f14bac0bf (patch) | |
tree | e9d9c91b3f251127641dbafdf09527a89921bf65 | |
parent | 6f8c8320e9eac9bc7a7f653b43506e75916ce8e8 (diff) | |
download | cpython-35b8a4da7494cd51f3edeaa07764dd8f14bac0bf.zip cpython-35b8a4da7494cd51f3edeaa07764dd8f14bac0bf.tar.gz cpython-35b8a4da7494cd51f3edeaa07764dd8f14bac0bf.tar.bz2 |
Post 3.8.3
-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 2f6a68f..e179252 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.3" +#define PY_VERSION "3.8.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |