diff options
author | Barry Warsaw <barry@python.org> | 2011-05-23 19:27:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-05-23 19:27:52 (GMT) |
commit | 32140f8955d454ba9bc5b4dc56e2b612beb2a4ad (patch) | |
tree | 5e533bc2d772fad379ee35c8280ea65bb324bd82 /Include | |
parent | 34289260dad734038dae6b17d6c534b50f0cd0fb (diff) | |
download | cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.zip cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.tar.gz cpython-32140f8955d454ba9bc5b4dc56e2b612beb2a4ad.tar.bz2 |
Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commit
message:
Merging post 2.6.7rc2 changes from Subversion.
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 a1e4f51..b0f049e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.6.7rc2" +#define PY_VERSION "2.6.7rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |