diff options
author | Ned Deily <nad@python.org> | 2016-10-11 00:46:40 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-10-11 00:46:40 (GMT) |
commit | a4f45bb0c4e5c899d6ec793f423ce16f631b867e (patch) | |
tree | 9a44f39c9b9d04d2b964d734c30c09babedf2464 /Include | |
parent | dbb331b5b1762bae1c853b30a444ad5d22fe4b31 (diff) | |
download | cpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.zip cpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.tar.gz cpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.tar.bz2 |
Start 3.6.0b3
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 258dabb..29da489 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.0b2" +#define PY_VERSION "3.6.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |