[Python-checkins] r51356 - in python/trunk: Doc/commontex/boilerplate.tex Include/patchlevel.h

neal.norwitz python-checkins at python.org
Fri Aug 18 06:01:38 CEST 2006


Author: neal.norwitz
Date: Fri Aug 18 06:01:38 2006
New Revision: 51356

Modified:
   python/trunk/Doc/commontex/boilerplate.tex
   python/trunk/Include/patchlevel.h
Log:
More post-release wibble

Modified: python/trunk/Doc/commontex/boilerplate.tex
==============================================================================
--- python/trunk/Doc/commontex/boilerplate.tex	(original)
+++ python/trunk/Doc/commontex/boilerplate.tex	Fri Aug 18 06:01:38 2006
@@ -5,5 +5,5 @@
 	Email: \email{docs at python.org}
 }
 
-\date{17th August, 2006}			% XXX update before final release!
+\date{\today}			% XXX update before final release!
 \input{patchlevel}		% include Python version information

Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Fri Aug 18 06:01:38 2006
@@ -20,13 +20,13 @@
 
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
-#define PY_MINOR_VERSION	5
+#define PY_MINOR_VERSION	6
 #define PY_MICRO_VERSION	0
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
+#define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.5c1"
+#define PY_VERSION		"2.6a1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"


More information about the Python-checkins mailing list