diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-31 18:17:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-31 18:17:34 (GMT) |
commit | 9c70397ea392b62244f4215f59ffd535029239d8 (patch) | |
tree | 3b0ebb1c2f2cd1f115f5c603022853537ee48d6d /Include | |
parent | 5458ce0733ecb6210ed25a9cc004f926379480ef (diff) | |
download | cpython-9c70397ea392b62244f4215f59ffd535029239d8.zip cpython-9c70397ea392b62244f4215f59ffd535029239d8.tar.gz cpython-9c70397ea392b62244f4215f59ffd535029239d8.tar.bz2 |
bump to 2.7.7 final
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 ece0fea..441c499 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 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 "2.7.7rc1" +#define PY_VERSION "2.7.7" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |