diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
commit | 086494483d84807c551bdabcfa37b35b0c60ca64 (patch) | |
tree | b76c653a990fc0ae541ec32443871f04f1726210 /Include/patchlevel.h | |
parent | 5a27168883523adba65b33482f4872d2e5d2e5f9 (diff) | |
download | cpython-086494483d84807c551bdabcfa37b35b0c60ca64.zip cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.gz cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.bz2 |
bump version to 2.7.5
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b62d890..bdf179e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,12 +22,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 7 -#define PY_MICRO_VERSION 4 +#define PY_MICRO_VERSION 5 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.4+" +#define PY_VERSION "2.7.5" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |