diff options
| author | Benjamin Peterson <benjamin@python.org> | 2019-03-02 18:17:42 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2019-03-02 18:17:42 (GMT) |
| commit | 413a49145e35c7a2d3a7de27c5a1828449c9b2e5 (patch) | |
| tree | 006683eb08a9f4cf104a42044b903cc5d6fe533a | |
| parent | 10b8873e4daa543dd52e44b9900fedcb346f7222 (diff) | |
| download | cpython-2.7.16.zip cpython-2.7.16.tar.gz cpython-2.7.16.tar.bz2 | |
Set version to 2.7.16 final.v2.7.16
| -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 631cac2..b12d901 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,11 +23,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 16 -#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 "2.7.16rc1+" +#define PY_VERSION "2.7.16" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |
