diff options
| author | Ned Deily <nad@python.org> | 2019-12-18 19:26:36 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2019-12-18 19:26:36 (GMT) |
| commit | 02dff8b01100e7cd6d4c93be27202ccb4ea05811 (patch) | |
| tree | a917b8ffa7273ece979e8392bd668cfc7c8eadff /Include | |
| parent | 5a9b69732ec19b04de459af890bcc26b83d979c5 (diff) | |
| download | cpython-3.6.10.zip cpython-3.6.10.tar.gz cpython-3.6.10.tar.bz2 | |
3.6.10v3.6.10
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 59fb07d..6b63ccb 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 10 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.10rc1+" +#define PY_VERSION "3.6.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
