diff options
| author | Benjamin Peterson <benjamin@python.org> | 2013-03-23 15:19:40 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2013-03-23 15:19:40 (GMT) |
| commit | cd85aa48ed97db2d1853ffbb2f93900212d0173b (patch) | |
| tree | f59fc39a6ac2ec12caf6ab3c6d2701f14eb4e07a | |
| parent | 486706089e5dac22f91cb0c002ba4c57fad7e95d (diff) | |
| download | cpython-cd85aa48ed97db2d1853ffbb2f93900212d0173b.zip cpython-cd85aa48ed97db2d1853ffbb2f93900212d0173b.tar.gz cpython-cd85aa48ed97db2d1853ffbb2f93900212d0173b.tar.bz2 | |
after 2.7.4rc1 bump
| -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 951ae47..7d6952e 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 |
