summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS12
2 files changed, 12 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a1e4f51..b0f049e 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 d1bbdba..99935e9 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?
================================