diff options
author | Barry Warsaw <barry@python.org> | 2009-04-16 00:49:46 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-04-16 00:49:46 (GMT) |
commit | 43c2ccc941dedf1a88ab3c6481169976858472aa (patch) | |
tree | bc2644b2944cd395aa94c4e6419be57a80ee7ca6 /Include | |
parent | 7cd8f2bea39159c3a4ab4b4c71b98944519a559c (diff) | |
download | cpython-43c2ccc941dedf1a88ab3c6481169976858472aa.zip cpython-43c2ccc941dedf1a88ab3c6481169976858472aa.tar.gz cpython-43c2ccc941dedf1a88ab3c6481169976858472aa.tar.bz2 |
Post release version tweak.
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 e4344b8..fc32dd6 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.2" +#define PY_VERSION "2.6.2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |