summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-01-02 23:19:13 (GMT)
committerGuido van Rossum <guido@python.org>2008-01-02 23:19:13 (GMT)
commit1c9f4373d2fe9ce4f442c8066badb46850a543f3 (patch)
tree97b4cf75787596c7f54fb1394f1ea7e63ab0c7f3 /Include
parent57dddfbbd6b4bf8b327bc4c978befedaba5034e7 (diff)
downloadcpython-1c9f4373d2fe9ce4f442c8066badb46850a543f3.zip
cpython-1c9f4373d2fe9ce4f442c8066badb46850a543f3.tar.gz
cpython-1c9f4373d2fe9ce4f442c8066badb46850a543f3.tar.bz2
Show in the sys.version string (bot not elsewhere) that this is more
than the 3.0a2 release.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 8987445..5f48071 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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$"