]> granicus.if.org Git - python/commitdiff
Show in the sys.version string (bot not elsewhere) that this is more
authorGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 23:19:13 +0000 (23:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Jan 2008 23:19:13 +0000 (23:19 +0000)
than the 3.0a2 release.

Include/patchlevel.h

index 89874459da2f373ba29dd315236b9db780c77b86..5f48071d19ef1a1034fe15a6a57ffeb29d417d2e 100644 (file)
@@ -22,7 +22,7 @@
 #define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "3.0a2"
+#define PY_VERSION             "3.0a2+"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"