]> granicus.if.org Git - python/commitdiff
Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-)
authorGuido van Rossum <guido@python.org>
Sat, 20 Oct 2007 00:05:19 +0000 (00:05 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 20 Oct 2007 00:05:19 +0000 (00:05 +0000)
Include/patchlevel.h

index 62a1312cdbedd4296aa3e39779a069d9d4cede94..53554aa2598d0a3ea7c9d88686b8b4160213a1bd 100644 (file)
@@ -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$"