diff options
author | Ned Deily <nad@python.org> | 2018-10-20 01:24:09 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-10-20 01:24:09 -0400 |
commit | 6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9 (patch) | |
tree | 5a6a57f97cfe611bdc437566c34f4e1e10c6b25f /Include/patchlevel.h | |
parent | 92fe93e48a852d22ba33c0fa12112ae664724202 (diff) | |
download | cpython-git-3.6.7.tar.gz |
3.6.7finalv3.6.7
Diffstat (limited to 'Include/patchlevel.h')
-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 267ab6341a..ee403a82cc 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 7 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.7rc2" +#define PY_VERSION "3.6.7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |