diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-04-06 14:17:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-04-06 14:17:54 (GMT) |
commit | 5419e493afdc591b2bbbb5040a356115c5108da1 (patch) | |
tree | 1749fc9900f1236305b6b92f156a504ffc1824fd /Include/patchlevel.h | |
parent | 9db034161ea7d9ab47ffbb00344221078b0ed3a5 (diff) | |
download | cpython-5419e493afdc591b2bbbb5040a356115c5108da1.zip cpython-5419e493afdc591b2bbbb5040a356115c5108da1.tar.gz cpython-5419e493afdc591b2bbbb5040a356115c5108da1.tar.bz2 |
start cracking on 2.7.5
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 6b5e566..b62d890 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.4" +#define PY_VERSION "2.7.4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |