Prep for 3.0a4
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1f6b27e..a3aac4c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,7 +22,7 @@
 #define PY_RELEASE_SERIAL	3
 
 /* Version as a string */
-#define PY_VERSION		"3.0a3"
+#define PY_VERSION		"3.0a3+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"