diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-02-04 08:39:24 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-02-04 08:39:24 (GMT) |
commit | ca7d2933a388677cc3bbc621913b479452c0f25a (patch) | |
tree | 3a33787d3c3f238d171a141f5f7ce40eec3b1ff1 /Include/patchlevel.h | |
parent | e7afe1ab25e102418a7fcf5938d9eea497206e91 (diff) | |
download | cpython-ca7d2933a388677cc3bbc621913b479452c0f25a.zip cpython-ca7d2933a388677cc3bbc621913b479452c0f25a.tar.gz cpython-ca7d2933a388677cc3bbc621913b479452c0f25a.tar.bz2 |
Post 3.8.0a1
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 611dea8..91efd27 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.8.0a1" +#define PY_VERSION "3.8.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |