diff options
author | Ned Deily <nad@python.org> | 2016-06-14 03:46:45 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-06-14 03:46:45 (GMT) |
commit | 8a43f727a4b3ea465133bc617e27acef75371815 (patch) | |
tree | c283732170e663c13fdd980a2bd0b9c6074ee840 /Include | |
parent | 75bca24270134ff7a53326231f8a2417a33ef3fa (diff) | |
download | cpython-8a43f727a4b3ea465133bc617e27acef75371815.zip cpython-8a43f727a4b3ea465133bc617e27acef75371815.tar.gz cpython-8a43f727a4b3ea465133bc617e27acef75371815.tar.bz2 |
Start 3.6.0a3
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 6dc6df2..4164ff3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.6.0a2" +#define PY_VERSION "3.6.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |