summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-09 13:45:19 (GMT)
committerLarry Hastings <larry@hastings.org>2015-09-09 13:45:19 (GMT)
commit03728fac15204428ac4282710944170cb8f0b613 (patch)
tree65ae0dfde868256f2df69d33e5407cec0d37a500 /Include
parentfff3e16dc7c0dc596ca82977b98b7a61761cbbe9 (diff)
downloadcpython-03728fac15204428ac4282710944170cb8f0b613.zip
cpython-03728fac15204428ac4282710944170cb8f0b613.tar.gz
cpython-03728fac15204428ac4282710944170cb8f0b613.tar.bz2
Post-release update for Python 3.5.0rc4.
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 587e936..f0ca3a1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.5.0rc4"
+#define PY_VERSION "3.5.0rc4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.