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$"
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to