diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 19:34:58 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 19:34:58 (GMT) |
commit | 9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c (patch) | |
tree | 9ff1746e9b375dbde9ac4ed29b26635c92bd4de9 | |
parent | 8ad7d506ca59a5025216b583df3ff069c66bc5a3 (diff) | |
download | cpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.zip cpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.tar.gz cpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.tar.bz2 |
Post 3.9.0b5
-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 2fb6ae1..a62d6c6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.9.0b5" +#define PY_VERSION "3.9.0b5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |