diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-05-07 14:56:31 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-05-07 14:56:31 (GMT) |
commit | 14987d4dc86d1dceffdb05863c632ceb81545fcb (patch) | |
tree | b5322d695a64acf5753fdeb7291d8331476ff6a9 /Include | |
parent | bbbdc2bb656c8e9c96a6e53697cb19595837d13b (diff) | |
download | cpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.zip cpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.tar.gz cpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.tar.bz2 |
Post v3.8.0a4
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 c0a1a6f..da787f2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.8.0a4" +#define PY_VERSION "3.8.0a4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |