summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-09 16:34:06 +0000
committerBenjamin Peterson <benjamin@python.org>2010-01-09 16:34:06 +0000
commit6d2ef6e03cdbf3348e8ee1eb7997df2555b61903 (patch)
tree375ea888b603c3a21944223dc343911be5839365 /Include
parent04cdb76e4344338bf1b24af5ab6ed5ea5560bde9 (diff)
downloadcpython-6d2ef6e03cdbf3348e8ee1eb7997df2555b61903.tar.gz
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 a982d8ec68..2495273a37 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) */