[Python-checkins] r51360 - python/trunk/Include/patchlevel.h

neal.norwitz python-checkins at python.org
Fri Aug 18 07:41:47 CEST 2006


Author: neal.norwitz
Date: Fri Aug 18 07:41:46 2006
New Revision: 51360

Modified:
   python/trunk/Include/patchlevel.h
Log:
Set version to 2.6a0, seems more consistent.

Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Fri Aug 18 07:41:46 2006
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.6a1"
+#define PY_VERSION		"2.6a0"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"


More information about the Python-checkins mailing list