summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-09 06:45:19 -0700
committerLarry Hastings <larry@hastings.org>2015-09-09 06:45:19 -0700
commit03728fac15204428ac4282710944170cb8f0b613 (patch)
tree65ae0dfde868256f2df69d33e5407cec0d37a500 /Include/patchlevel.h
parentfff3e16dc7c0dc596ca82977b98b7a61761cbbe9 (diff)
downloadcpython-git-03728fac15204428ac4282710944170cb8f0b613.tar.gz
Post-release update for Python 3.5.0rc4.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 587e936644..f0ca3a1b08 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.