diff options
author | Barry Warsaw <barry@python.org> | 2008-08-21 02:12:56 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-08-21 02:12:56 (GMT) |
commit | 6a0b559d267e179c67eb1b3dc663ee0805bebe6e (patch) | |
tree | 29bc0244fbcc8f171bcfed89106a5b992aa1ac49 /Include | |
parent | 118c9054ca62cc565abba4a96bd194b9e410354b (diff) | |
download | cpython-6a0b559d267e179c67eb1b3dc663ee0805bebe6e.zip cpython-6a0b559d267e179c67eb1b3dc663ee0805bebe6e.tar.gz cpython-6a0b559d267e179c67eb1b3dc663ee0805bebe6e.tar.bz2 |
done with the release
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 5de03dc..61f12b4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.6b3" +#define PY_VERSION "2.6b3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |