summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-09 13:52:38 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-09 13:52:38 (GMT)
commitded28e386349f9cd3cb883d9873d9d10ffabe86f (patch)
treeff4d62f3abd0779b524358d3a3f0e1d96bda8237 /Include
parentf03d50c5da227fe1066f2ce9692e4c5590a8b868 (diff)
parent03728fac15204428ac4282710944170cb8f0b613 (diff)
downloadcpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.zip
cpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.tar.gz
cpython-ded28e386349f9cd3cb883d9873d9d10ffabe86f.tar.bz2
Merge Python 3.5.0rc4 back to hg.python.org.
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 e42d13d..f0ca3a1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.5.0rc3"
+#define PY_VERSION "3.5.0rc4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.