diff options
| author | Ned Deily <nad@python.org> | 2018-12-23 21:37:14 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2018-12-23 21:37:14 (GMT) |
| commit | 3c6b436a57893dd1fae4e072768f41a199076252 (patch) | |
| tree | b399c2953ed29264e722e1e9524f115a1acc54e9 /Include | |
| parent | 68f5dfd955ee7a16fabf90d7c370159cc0ca9b75 (diff) | |
| download | cpython-3.6.8.zip cpython-3.6.8.tar.gz cpython-3.6.8.tar.bz2 | |
3.6.8finalv3.6.8
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 50ae6cb..065b0cc 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 8 -#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.8rc1+" +#define PY_VERSION "3.6.8" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
