diff options
author | Barry Warsaw <barry@python.org> | 2009-10-02 20:23:50 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-02 20:23:50 (GMT) |
commit | d3c87657ba55063e3b2157c4bcbfee57b0887f5b (patch) | |
tree | 4c6137b5845f9680f9fea8dbbb3ab0f381d8586e /Include | |
parent | 9fec8e3cc928338b20aa628bced22bde319e2089 (diff) | |
download | cpython-d3c87657ba55063e3b2157c4bcbfee57b0887f5b.zip cpython-d3c87657ba55063e3b2157c4bcbfee57b0887f5b.tar.gz cpython-d3c87657ba55063e3b2157c4bcbfee57b0887f5b.tar.bz2 |
Post 2.6.3 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 100758a..f2bdaf3 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.3" +#define PY_VERSION "2.6.3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |