diff options
author | Ned Deily <nad@python.org> | 2016-12-16 00:13:46 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-16 00:13:46 -0500 |
commit | 86368b8529f784bd7a70f280931e835c07a8739c (patch) | |
tree | afcb9220f1b21e3db7fc6be386de0634f2be4a3e | |
parent | daaaff9277aea5b7fa72b9f2dd26612538e0b640 (diff) | |
download | cpython-git-86368b8529f784bd7a70f280931e835c07a8739c.tar.gz |
bump version to 3.6.0rc1+
-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 e2a9aceb98..f59e12ada1 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.0rc1" +#define PY_VERSION "3.6.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |