diff options
author | Ned Deily <nad@python.org> | 2017-12-05 08:26:08 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 08:26:08 (GMT) |
commit | 3398dcb14f6d43bf1619f7c32fe8d888c354e6b2 (patch) | |
tree | 41eee8aa69c53948df1ac19c8754537ed79bb9e1 /Include | |
parent | de4c3f312cad13462cdef03a85af87b0af0e35a9 (diff) | |
download | cpython-3.6.4rc1.zip cpython-3.6.4rc1.tar.gz cpython-3.6.4rc1.tar.bz2 |
Bump to 3.6.4rc1v3.6.4rc1
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 d369968..5fb1205 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.6.3+" +#define PY_VERSION "3.6.4rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |