summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-11-21 21:38:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-11-21 21:38:35 (GMT)
commitc6f13db94ac519bfc76fe72ff1a5358f68fb641d (patch)
tree34da53f26d3925a9274e936e0c86c1a2056e7c11 /Include/patchlevel.h
parent241282bac646b93a9fae5e370707d8467b494c18 (diff)
downloadcpython-c6f13db94ac519bfc76fe72ff1a5358f68fb641d.zip
cpython-c6f13db94ac519bfc76fe72ff1a5358f68fb641d.tar.gz
cpython-c6f13db94ac519bfc76fe72ff1a5358f68fb641d.tar.bz2
bump to 2.7.11rc1v2.7.11rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index d7c16c1..f8f2c14 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,12 +22,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 10
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 11
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.7.10+"
+#define PY_VERSION "2.7.11rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty