diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-03-26 09:11:11 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-03-26 09:11:11 (GMT) |
commit | b4d8f28a8af4f35c951c13a5c29630d1fb401105 (patch) | |
tree | 754463f5d3a07945bf10c0ee307c11e4e89c715b /Include | |
parent | 9f966dfd90a8b11389b52b806073f7c8c44d2137 (diff) | |
download | cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.zip cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.tar.gz cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.tar.bz2 |
Post v3.8.0a3
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 610c8a9..497dda0 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.0a3" +#define PY_VERSION "3.8.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |