diff options
author | Barry Warsaw <barry@python.org> | 2010-08-04 22:30:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-08-04 22:30:09 (GMT) |
commit | 498323eec7ad960f949a0a6feb03f6f819bd7051 (patch) | |
tree | 08b315aa497c9a8f4fd53771469b4577e44744da /Include | |
parent | b8f5e31a7d934bac8d41631d1de8368f141fa10c (diff) | |
download | cpython-498323eec7ad960f949a0a6feb03f6f819bd7051.zip cpython-498323eec7ad960f949a0a6feb03f6f819bd7051.tar.gz cpython-498323eec7ad960f949a0a6feb03f6f819bd7051.tar.bz2 |
Post 2.6.6rc1
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 4db17f0..7ccf585 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.6.6rc1" +#define PY_VERSION "2.6.6rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |