diff options
author | 2019-03-26 10:11:11 +0100 | |
---|---|---|
committer | 2019-03-26 10:11:11 +0100 | |
commit | b4d8f28a8af4f35c951c13a5c29630d1fb401105 (patch) | |
tree | 754463f5d3a07945bf10c0ee307c11e4e89c715b /Include/patchlevel.h | |
parent | Merge tag 'v3.8.0a3' (diff) | |
download | cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.tar.gz cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.tar.bz2 cpython-b4d8f28a8af4f35c951c13a5c29630d1fb401105.zip |
Post v3.8.0a3
Diffstat (limited to 'Include/patchlevel.h')
-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 610c8a98edd..497dda046ae 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. |