diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-06 22:44:07 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-06 22:44:07 +0000 |
commit | 5da7e7ce3fdd23959522f1f5f98e3dfe49aac94c (patch) | |
tree | 64624948a90c08729e5504143c8b69d5a4b3a16a /Include/patchlevel.h | |
parent | fd0bb197ccdaf0cfe4e988fd1f6b89a5a607d7c9 (diff) | |
download | cpython-git-5da7e7ce3fdd23959522f1f5f98e3dfe49aac94c.tar.gz |
post release update
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 301bfbe028..ba11e186d9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "2.7a4" +#define PY_VERSION "2.7a4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |