diff options
| author | Ned Deily <nad@python.org> | 2018-06-27 01:03:55 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2018-06-27 03:07:35 (GMT) |
| commit | 1bf9cc509326bc42cd8cb1650eb9bf64550d817e (patch) | |
| tree | 5aa9ce308608b58ce80e0216586b6fb488180aea /Include | |
| parent | a61f6e72d07f57a599953e6864d16f2d4ae144f8 (diff) | |
| download | cpython-3.7.0.zip cpython-3.7.0.tar.gz cpython-3.7.0.tar.bz2 | |
3.7.0 finalv3.7.0
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 0b21d21..13876bd 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 0 -#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.7.0rc1" +#define PY_VERSION "3.7.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
