diff options
author | Barry Warsaw <barry@python.org> | 2009-10-19 16:00:35 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-19 16:00:35 (GMT) |
commit | f80ee8ebee88e5e72c9d3471f11a86bc37f344bb (patch) | |
tree | 929088cbaf4a7c5189310a519679776056cc8d92 /Include | |
parent | a0a97782dc2642e60d301186cbff6d8a26ba53db (diff) | |
download | cpython-f80ee8ebee88e5e72c9d3471f11a86bc37f344bb.zip cpython-f80ee8ebee88e5e72c9d3471f11a86bc37f344bb.tar.gz cpython-f80ee8ebee88e5e72c9d3471f11a86bc37f344bb.tar.bz2 |
done with 2.6.4rc2
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 1dc76cc..704a1b5 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.4rc2" +#define PY_VERSION "2.6.4rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |