diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2019-10-01 22:49:40 +0200 |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2019-10-01 22:49:40 +0200 |
| commit | 3b2f4e9790cdac4993c45ea68fbc76a2b11ea6f5 (patch) | |
| tree | cb03798e95a066c6ac5c43ebe4c3d6793e624de4 /Include/patchlevel.h | |
| parent | 34214de6ab9ebcb5d63d0e116800d5ee535a38cb (diff) | |
| download | cpython-git-3b2f4e9790cdac4993c45ea68fbc76a2b11ea6f5.tar.gz | |
Post v3.8.0rc1
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 052cd45f47..a441413074 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.0rc1" +#define PY_VERSION "3.8.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
