]> granicus.if.org Git - python/commitdiff
Set things up for 2.6a2.
authorBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 17:11:41 +0000 (17:11 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 17:11:41 +0000 (17:11 +0000)
Include/patchlevel.h
Misc/NEWS

index 8c1af78ae1af56549746ad6c9f0f5c99128ea45c..e5b8a2f4fd0f4cdcb19ddbfaad38113165cbf2e2 100644 (file)
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.6a1"
+#define PY_VERSION             "2.6a1+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index ddf0cae195f911d1882b6fbd0e6ba05c3c66b9bd..9186498f3c4548e16c2f3f03c8b7e1690e0514d1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,12 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.6 alpha 2?
+=================================
+
+*Release date: XX-XXX-2008*
+
+
 What's New in Python 2.6 alpha 1?
 =================================