diff options
author | Ned Deily <nad@python.org> | 2016-05-17 20:55:41 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-05-17 20:55:41 (GMT) |
commit | 786ed5537c28dd11abd88a89ab020f5b88dbf736 (patch) | |
tree | ff287a05208d0dffec0cb61e757c991bec7ffb1f /Include | |
parent | 58ee0924cc4a7c1f533bb17ea90c7d80c316a1a5 (diff) | |
download | cpython-786ed5537c28dd11abd88a89ab020f5b88dbf736.zip cpython-786ed5537c28dd11abd88a89ab020f5b88dbf736.tar.gz cpython-786ed5537c28dd11abd88a89ab020f5b88dbf736.tar.bz2 |
Post-release cleanup: 3.6.0a1 -> 3.6.0a2
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 3574454..f0348bb 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.0a1" +#define PY_VERSION "3.6.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |