summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-04-02 23:33:27 (GMT)
committerBarry Warsaw <barry@python.org>2008-04-02 23:33:27 (GMT)
commitbb5cd08688a92bcb4cf255d9009dcbfaba0deb8b (patch)
treefac8bab3f67ac900bf20281fbf8248e54c40666f /Include
parentdd15bcd581308fcf60c7ae16f39fa952f49b77cd (diff)
downloadcpython-bb5cd08688a92bcb4cf255d9009dcbfaba0deb8b.zip
cpython-bb5cd08688a92bcb4cf255d9009dcbfaba0deb8b.tar.gz
cpython-bb5cd08688a92bcb4cf255d9009dcbfaba0deb8b.tar.bz2
release.py induced and manual editing steps for 3.0a4.v3.0a4
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a3aac4c..89a8527 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -15,14 +15,16 @@
/* Higher for patch releases */
/* Version parsed out into numeric values */
+/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.0a3+"
+#define PY_VERSION "3.0a4"
+/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"