diff options
| author | Ned Deily <nad@python.org> | 2019-12-11 08:27:49 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2019-12-11 08:28:36 (GMT) |
| commit | 7ea0551592d80584b318099d5ebde4e7c552679f (patch) | |
| tree | fef3f8fa117cdeecf5384fb67a80f8987a13b587 /Include/patchlevel.h | |
| parent | b23c0840ce07e03f2705fb08d94f8f03e5c5d5b8 (diff) | |
| download | cpython-3.6.10rc1.zip cpython-3.6.10rc1.tar.gz cpython-3.6.10rc1.tar.bz2 | |
3.6.10rc1v3.6.10rc1
Diffstat (limited to 'Include/patchlevel.h')
| -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 a1ab4d9..7e046e3 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 9 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 10 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.6.9+" +#define PY_VERSION "3.6.10rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
