diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-02-18 12:01:01 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-02-18 12:01:01 (GMT) |
commit | 9d839840853bc8b3d665e46a8e06b64ac1924f47 (patch) | |
tree | cf9b5e46d41a319855cf82e41ddb240a159bed65 /Include | |
parent | e40b7dc63b06b5c031c9c6dc121a5ead4147b499 (diff) | |
download | cpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.zip cpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.tar.gz cpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.tar.bz2 |
Post 3.8.2rc2
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 fc1c0f5..bbdb7a2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.8.2rc2" +#define PY_VERSION "3.8.2rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |