diff options
author | Barry Warsaw <barry@python.org> | 2009-10-27 14:08:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-27 14:08:18 (GMT) |
commit | 39f6a74dc549fde69ae8ff902f2bb61a4d89811f (patch) | |
tree | 079b31e72a62e689dbbcb77ee5124538f39e3b4b /Include | |
parent | 3ed69c2a3826a5166304ea523c71d6915600c66b (diff) | |
download | cpython-39f6a74dc549fde69ae8ff902f2bb61a4d89811f.zip cpython-39f6a74dc549fde69ae8ff902f2bb61a4d89811f.tar.gz cpython-39f6a74dc549fde69ae8ff902f2bb61a4d89811f.tar.bz2 |
bump version number
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 d5593312..6573a00 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.4" +#define PY_VERSION "2.6.4+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |