summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-09 16:34:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-09 16:34:06 (GMT)
commitaa7e51f006c32bbf5d444e959085d080fbbee05b (patch)
tree93b99e3c1b26fa3d6b0f7dcc4474d6dc4c0efce6 /Include
parent8360b21270f10fbb5a59688d1a9314a07744fbcb (diff)
downloadcpython-aa7e51f006c32bbf5d444e959085d080fbbee05b.zip
cpython-aa7e51f006c32bbf5d444e959085d080fbbee05b.tar.gz
cpython-aa7e51f006c32bbf5d444e959085d080fbbee05b.tar.bz2
bump version to 2.7a2v2.7a2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a982d8e..2495273 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "2.7a1+"
+#define PY_VERSION "2.7a2"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */