diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-10 16:57:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-10 16:57:12 (GMT) |
commit | 083f6fba5a281061701da8cfc4cdd22e4ff624c3 (patch) | |
tree | 107949da2feb14b04015ea29b2ae58f7fcd52594 /Include/patchlevel.h | |
parent | 402bd7981739d6bbaf6b1a4d2ea8971ec3a54fb2 (diff) | |
download | cpython-083f6fba5a281061701da8cfc4cdd22e4ff624c3.zip cpython-083f6fba5a281061701da8cfc4cdd22e4ff624c3.tar.gz cpython-083f6fba5a281061701da8cfc4cdd22e4ff624c3.tar.bz2 |
move 2.7 branch to 2.7.9+
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index eaf66eb..283e992 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.9" +#define PY_VERSION "2.7.9+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |