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
commit8e7c1178a03de3e0bff7b019a56ff9a3493b0929 (patch)
tree4f54722ccd0d34ad760ba300f1a3e24ce30e4629 /Include/patchlevel.h
parent632df993dc638428e69b9b236477e97b70707753 (diff)
downloadcpython-git-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.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) */