diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a1e4f51b7ba..b0f049e8b79 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.6.7rc2" +#define PY_VERSION "2.6.7rc2+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ diff --git a/Misc/NEWS b/Misc/NEWS index d1bbdba9a75..99935e90fd3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2,7 +2,17 @@ Python News +++++++++++ -(editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.6.7? +=========================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + What's New in Python 2.6.7 rc 2? ================================