]> granicus.if.org Git - python/commitdiff
Replay svn r88852.
authorBarry Warsaw <barry@python.org>
Sat, 4 Jun 2011 00:05:48 +0000 (20:05 -0400)
committerBarry Warsaw <barry@python.org>
Sat, 4 Jun 2011 00:05:48 +0000 (20:05 -0400)
Include/patchlevel.h
Misc/NEWS

index a090202209c1aa4321c26f56042cdb7caf55613e..873f02d919a647298eb8e846ec567c9effbe6e37 100644 (file)
@@ -27,7 +27,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.6.7"
+#define PY_VERSION             "2.6.7+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */
index 83dacfd2abbe129084b3c0b56f7112f4acb819e3..8804d79c22135e056f5ca022b06b745fb0248a94 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 2.6.8 rc 1?
+================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 2.6.7?
 ===========================