summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-06 20:34:14 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-06 20:34:14 +0000
commitb4ad37632811c73a2ae3069958b6cdbb8d86091f (patch)
tree5feb8f2d7e404f78fafc7a4c24316af8a6bd6099 /Include/patchlevel.h
parente20f5d11d267604acf59d74c7bc4309075e4cbbf (diff)
downloadcpython-b4ad37632811c73a2ae3069958b6cdbb8d86091f.tar.gz
bump version to 2.7a4v2.7a4
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 70fb53063d..301bfbe028 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 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "2.7a3+"
+#define PY_VERSION "2.7a4"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */