diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-11 20:09:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-11 20:09:54 (GMT) |
commit | fbf764e3509e28c3aea73254e5172c71a98ad300 (patch) | |
tree | d778948ecd078a77c5f7c21b9a2bdcb78ecafca7 /Include | |
parent | ad6b3f570af63acbf83348641f2ded62e21c40ea (diff) | |
download | cpython-fbf764e3509e28c3aea73254e5172c71a98ad300.zip cpython-fbf764e3509e28c3aea73254e5172c71a98ad300.tar.gz cpython-fbf764e3509e28c3aea73254e5172c71a98ad300.tar.bz2 |
we live in a post 2.7.3 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 ef1b81a..bbdd67b 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.3" +#define PY_VERSION "2.7.3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |