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

guido.van.rossum python-3000-checkins at python.org
Thu Aug 30 19:20:01 CEST 2007


Author: guido.van.rossum
Date: Thu Aug 30 19:20:01 2007
New Revision: 57733

Modified:
   python/branches/py3k/Include/patchlevel.h
Log:
Update patch level to 3.0a1.  We're close enough.


Modified: python/branches/py3k/Include/patchlevel.h
==============================================================================
--- python/branches/py3k/Include/patchlevel.h	(original)
+++ python/branches/py3k/Include/patchlevel.h	Thu Aug 30 19:20:01 2007
@@ -19,10 +19,10 @@
 #define PY_MINOR_VERSION	0
 #define PY_MICRO_VERSION	0
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL	0
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"3.0x"
+#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