diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-11-10 07:47:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-11-10 07:47:17 (GMT) |
commit | 01bdeec8c0ac3beca80886adb1f79871e5a0f01e (patch) | |
tree | 004f5cc9e707fea90ac1cf3040d99025bb79fe05 /Include | |
parent | 086840ae82da6fa83ef4d8f481fc841e9d72f9c2 (diff) | |
download | cpython-01bdeec8c0ac3beca80886adb1f79871e5a0f01e.zip cpython-01bdeec8c0ac3beca80886adb1f79871e5a0f01e.tar.gz cpython-01bdeec8c0ac3beca80886adb1f79871e5a0f01e.tar.bz2 |
a post-2.7.6 world
Diffstat (limited to 'Include')
-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 a94f3cb..dd4eb22 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.6" +#define PY_VERSION "2.7.6+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |