diff options
author | Ned Deily <nad@python.org> | 2016-07-12 05:14:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-07-12 05:14:53 (GMT) |
commit | b209392b0ed8c26f5710a7e486b679fd228c1666 (patch) | |
tree | c202ea42d753e5ed0fc951eefba0b35fc9c39369 /Include | |
parent | 6c0d496fc8447c3be3bfb4c2575e7b456b18ac03 (diff) | |
download | cpython-b209392b0ed8c26f5710a7e486b679fd228c1666.zip cpython-b209392b0ed8c26f5710a7e486b679fd228c1666.tar.gz cpython-b209392b0ed8c26f5710a7e486b679fd228c1666.tar.bz2 |
Start 3.6.0a4
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 e4e3483..1f2ad19 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.6.0a3" +#define PY_VERSION "3.6.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |