diff options
author | Ned Deily <nad@python.org> | 2018-03-13 21:21:36 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-03-13 21:21:36 -0400 |
commit | f03c5148cfc6873df855bd0edca2940f9a5d8fd5 (patch) | |
tree | 25195ee1c3796194136284227cbd5174d2920270 /Include | |
parent | bpo-32726: macOS installer changes for 3.6.5 (diff) | |
download | cpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.tar.gz cpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.tar.bz2 cpython-f03c5148cfc6873df855bd0edca2940f9a5d8fd5.zip |
3.6.5rc1v3.6.5rc1
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 28f3691d886..7ed3ea08a31 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 -#define PY_MICRO_VERSION 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 5 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.6.4+" +#define PY_VERSION "3.6.5rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |