summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-03-01 17:45:23 (GMT)
committerBarry Warsaw <barry@python.org>2008-03-01 17:45:23 (GMT)
commit659fc426531517e09eb53cccc8ab4e861d8e0c22 (patch)
tree11e40a1bece93f74b4c6833315c65c189f9696ab /Include/patchlevel.h
parent014d4a026a2f969d33ec3c35edc5ac06a3a16933 (diff)
downloadcpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.zip
cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.gz
cpython-659fc426531517e09eb53cccc8ab4e861d8e0c22.tar.bz2
Copyright and version tweaks for 3.0a3.v3.0a3
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5f48071..1f6b27e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,10 +19,10 @@
#define PY_MINOR_VERSION 0
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.0a2+"
+#define PY_VERSION "3.0a3"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"