diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-11 16:33:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-11 16:33:54 (GMT) |
commit | 6abd97e3b2adbce537c65099d480e088bb348ea0 (patch) | |
tree | 892e90ffa1cbf904d5d6fbde3775dc22a94ef7a7 /Include | |
parent | a573e0df36101328730fa234c66a8df3a7d65180 (diff) | |
download | cpython-6abd97e3b2adbce537c65099d480e088bb348ea0.zip cpython-6abd97e3b2adbce537c65099d480e088bb348ea0.tar.gz cpython-6abd97e3b2adbce537c65099d480e088bb348ea0.tar.bz2 |
onto 2.7.3
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 60e3092..d697460 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.2" +#define PY_VERSION "2.7.2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |