[Python-3000-checkins] r58554 - python/branches/py3k/Include/patchlevel.h

guido.van.rossum python-3000-checkins at python.org
Sat Oct 20 02:05:20 CEST 2007


Author: guido.van.rossum
Date: Sat Oct 20 02:05:19 2007
New Revision: 58554

Modified:
   python/branches/py3k/Include/patchlevel.h
Log:
Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)


Modified: python/branches/py3k/Include/patchlevel.h
==============================================================================
--- python/branches/py3k/Include/patchlevel.h	(original)
+++ python/branches/py3k/Include/patchlevel.h	Sat Oct 20 02:05:19 2007
@@ -22,7 +22,7 @@
 #define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"3.0a1"
+#define PY_VERSION		"3.0a1+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"


More information about the Python-3000-checkins mailing list