diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-11-13 23:32:58 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-11-13 23:32:58 (GMT) |
| commit | db4c334e0dfe62d4fbf189d53c95c1e90ef1a1ca (patch) | |
| tree | 8470ac0b8f9b9ccffb20a1ba8fa8ab2345de2955 /Include/patchlevel.h | |
| parent | 17b02b54c417437f3f751339fe52283d33ecf95c (diff) | |
| download | cpython-db4c334e0dfe62d4fbf189d53c95c1e90ef1a1ca.zip cpython-db4c334e0dfe62d4fbf189d53c95c1e90ef1a1ca.tar.gz cpython-db4c334e0dfe62d4fbf189d53c95c1e90ef1a1ca.tar.bz2 | |
towards final
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 78a91b2..8d7ca29 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.1rc1" +#define PY_VERSION "2.7.1rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |
