diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-03-23 10:19:40 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-03-23 10:19:40 -0500 |
commit | cd85aa48ed97db2d1853ffbb2f93900212d0173b (patch) | |
tree | f59fc39a6ac2ec12caf6ab3c6d2701f14eb4e07a /Include/patchlevel.h | |
parent | 486706089e5dac22f91cb0c002ba4c57fad7e95d (diff) | |
download | cpython-git-cd85aa48ed97db2d1853ffbb2f93900212d0173b.tar.gz |
after 2.7.4rc1 bump
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 951ae4713e..7d6952e1d0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.4rc1" +#define PY_VERSION "2.7.4rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |