diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-31 22:25:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-31 22:25:38 (GMT) |
commit | e047f56bbdb47eac46c1653ce8d82e5db5864ae6 (patch) | |
tree | 7e14663e8899a03f108c61f8edb90082cb6e2b40 /Include/patchlevel.h | |
parent | 48f2e9980838d592f73b85714694f912fb6452fd (diff) | |
download | cpython-e047f56bbdb47eac46c1653ce8d82e5db5864ae6.zip cpython-e047f56bbdb47eac46c1653ce8d82e5db5864ae6.tar.gz cpython-e047f56bbdb47eac46c1653ce8d82e5db5864ae6.tar.bz2 |
post 2.7.7 version bump
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 441c499..139a9bd 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.7" +#define PY_VERSION "2.7.7+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |