]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prep for 3.0a4
authorBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 18:38:07 +0000 (18:38 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 1 Mar 2008 18:38:07 +0000 (18:38 +0000)
Include/patchlevel.h
Misc/NEWS

index 1f6b27e8555373248ff5586d3a4150a7231c77e9..a3aac4c6ccda418eecae8b4074514f8e3636f339 100644 (file)
@@ -22,7 +22,7 @@
 #define PY_RELEASE_SERIAL      3
 
 /* Version as a string */
-#define PY_VERSION             "3.0a3"
+#define PY_VERSION             "3.0a3+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 087027855944e6b994f9cdfd5eba3f7c4e4c9ffa..172dcce25e77adfd45522da1de91a8a20022a693 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,13 @@ Python News
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 3.0a4?
+===========================
+
+*Release date: XX-XXX-2008*
+
+
+
 What's New in Python 3.0a3?
 ===========================