File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818/*--start constants--*/
1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 6
21- #define PY_MICRO_VERSION 2
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23- #define PY_RELEASE_SERIAL 0
21+ #define PY_MICRO_VERSION 3
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+ #define PY_RELEASE_SERIAL 1
2424
2525/* Version as a string */
26- #define PY_VERSION "3.6.2+ "
26+ #define PY_VERSION "3.6.3rc1 "
2727/*--end constants--*/
2828
2929/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 1- This is Python version 3.6.2+
2- =============================
1+ This is Python version 3.6.3 release candidate 1
2+ ================================================
33
44.. image :: https://travis-ci.org/python/cpython.svg?branch=3.6
55 :alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments