diff options
author | Barry Warsaw <barry@python.org> | 2010-03-03 03:09:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-03-03 03:09:49 (GMT) |
commit | 5de5914e07a95cf41507f35acafdaca652e7c199 (patch) | |
tree | 5ab74e590aeb23bc10f3c53daf7c968b424ec641 /Include | |
parent | 8898b24bf919da00cb43f5834c74c71c78d1ccd6 (diff) | |
download | cpython-5de5914e07a95cf41507f35acafdaca652e7c199.zip cpython-5de5914e07a95cf41507f35acafdaca652e7c199.tar.gz cpython-5de5914e07a95cf41507f35acafdaca652e7c199.tar.bz2 |
Post 2.6.5rc1 cleanup.
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 9287aff..91310c8 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.5rc1" +#define PY_VERSION "2.6.5rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |