diff options
author | Ned Deily <nad@python.org> | 2016-10-11 00:53:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-10-11 00:53:33 (GMT) |
commit | 4d80a8a9165bea1acb542c49cc37d32551284f5b (patch) | |
tree | 6b046e84de2425caa8f7069046e93fd49b69b927 /Include/patchlevel.h | |
parent | ec1f28a63c24b81137de1f1b5a45fc80d9f1fdfa (diff) | |
parent | a4f45bb0c4e5c899d6ec793f423ce16f631b867e (diff) | |
download | cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.zip cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.tar.gz cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.tar.bz2 |
Merge 3.6 releasing branch
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b623508..29da489 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.6.0b1+" +#define PY_VERSION "3.6.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |