diff options
| author | Ned Deily <nad@python.org> | 2020-03-10 06:11:12 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2020-03-10 06:11:12 (GMT) |
| commit | d7c567b08f9d7d6aef21b881340a2b72731129db (patch) | |
| tree | 669cc27618c6e9e9883740c3835dd9a7481d41f3 /Include/patchlevel.h | |
| parent | e7ca2d3e6a83668e0176a0f5eccfb249fb2738da (diff) | |
| download | cpython-3.7.7.zip cpython-3.7.7.tar.gz cpython-3.7.7.tar.bz2 | |
3.7.7v3.7.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 400ba66..dbe6b10 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 7 -#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.7rc1+" +#define PY_VERSION "3.7.7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
