[Python-checkins] r77874 - in python/branches/release25-maint: Include/patchlevel.h Misc/NEWS

martin.v.loewis python-checkins at python.org
Sun Jan 31 17:00:16 CET 2010


Author: martin.v.loewis
Date: Sun Jan 31 17:00:16 2010
New Revision: 77874

Log:
Post 2.5.5.


Modified:
   python/branches/release25-maint/Include/patchlevel.h
   python/branches/release25-maint/Misc/NEWS

Modified: python/branches/release25-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release25-maint/Include/patchlevel.h	(original)
+++ python/branches/release25-maint/Include/patchlevel.h	Sun Jan 31 17:00:16 2010
@@ -21,12 +21,12 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	5
-#define PY_MICRO_VERSION	5
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
+#define PY_MICRO_VERSION	6
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.5.5"
+#define PY_VERSION		"2.5.5+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"

Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS	(original)
+++ python/branches/release25-maint/Misc/NEWS	Sun Jan 31 17:00:16 2010
@@ -4,6 +4,12 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.5.6c1?
+=============================
+
+*Release date: XX-XXX-2010*
+
+
 What's New in Python 2.5.5?
 ===========================
 


More information about the Python-checkins mailing list