diff options
| author | Ned Deily <nad@python.org> | 2019-12-11 08:49:48 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2019-12-11 08:49:48 (GMT) |
| commit | 85924a45b7428255cc52c84bd44823db61798a54 (patch) | |
| tree | 0777f8c37dfcc10d5490093899fd1c2db552cca9 /Include/patchlevel.h | |
| parent | bd18254b91272c2f0f0d98f66fdeca962ef1a901 (diff) | |
| download | cpython-85924a45b7428255cc52c84bd44823db61798a54.zip cpython-85924a45b7428255cc52c84bd44823db61798a54.tar.gz cpython-85924a45b7428255cc52c84bd44823db61798a54.tar.bz2 | |
Post release updates
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 86301dc..ad8f804 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.7.6rc1" +#define PY_VERSION "3.7.6rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
