diff options
author | Barry Warsaw <barry@python.org> | 2010-03-19 23:02:15 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-03-19 23:02:15 (GMT) |
commit | c694183625bf8b45463396a1488dc47d449f3a89 (patch) | |
tree | f11ebc470c59cbcb87839966bda0ee29fed0bd04 /Include | |
parent | 1d86aa5f87bf9f3433f6c9afa4c626411a0d5836 (diff) | |
download | cpython-c694183625bf8b45463396a1488dc47d449f3a89.zip cpython-c694183625bf8b45463396a1488dc47d449f3a89.tar.gz cpython-c694183625bf8b45463396a1488dc47d449f3a89.tar.bz2 |
Post 2.6.5 final 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 71b06a0..9902612 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6.5" +#define PY_VERSION "2.6.5+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |