diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-07-29 20:54:13 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-07-29 20:54:13 (GMT) |
commit | adc0e313caf3ecd0db4973e874d6b7e43a793bf1 (patch) | |
tree | 25489eca1d1eb2d887bcaf9789f978a192ee4b43 /Include | |
parent | 6f53a6824b7d12d7cb5476d4874f0d3195466ffd (diff) | |
download | cpython-adc0e313caf3ecd0db4973e874d6b7e43a793bf1.zip cpython-adc0e313caf3ecd0db4973e874d6b7e43a793bf1.tar.gz cpython-adc0e313caf3ecd0db4973e874d6b7e43a793bf1.tar.bz2 |
Post v3.8.0b3
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 60fb85e..82181c5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.8.0b3" +#define PY_VERSION "3.8.0b3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |