]> granicus.if.org Git - python/commitdiff
Update patch level to 3.0a1. We're close enough.
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2007 17:20:01 +0000 (17:20 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2007 17:20:01 +0000 (17:20 +0000)
Include/patchlevel.h

index 2b7f6f278467e54dfc317e282f3212ad84a685f2..62a1312cdbedd4296aa3e39779a069d9d4cede94 100644 (file)
 #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$"