diff options
author | Ned Deily <nad@python.org> | 2019-06-18 23:50:05 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-06-18 23:50:05 -0400 |
commit | 31fb351211cb9c81d5878ad3518b3a7bf0211473 (patch) | |
tree | baa1c919a6fb2d3b2851ac6ec879230cd4539cfc /Include | |
parent | 3.6.9rc1 (diff) | |
download | cpython-31fb351211cb9c81d5878ad3518b3a7bf0211473.tar.gz cpython-31fb351211cb9c81d5878ad3518b3a7bf0211473.tar.bz2 cpython-31fb351211cb9c81d5878ad3518b3a7bf0211473.zip |
Post release updates
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 270e61792ce..3cb041517fe 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.6.9rc1" +#define PY_VERSION "3.6.9rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |