summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-03-04 09:36:14 (GMT)
committerLarry Hastings <larry@hastings.org>2019-03-04 09:36:14 (GMT)
commit6b0d50d92e80faaed8a043e6554ccb5d046114a5 (patch)
tree66e900c7dec87a732c571760fafbdd880ecee5f3 /Include
parentd571dd3c98660298dae371899a0331135e843be2 (diff)
downloadcpython-6b0d50d92e80faaed8a043e6554ccb5d046114a5.zip
cpython-6b0d50d92e80faaed8a043e6554ccb5d046114a5.tar.gz
cpython-6b0d50d92e80faaed8a043e6554ccb5d046114a5.tar.bz2
Post-release verison bump for 3.5.7rc1.
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 454270b..af70a08 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.5.7rc1"
+#define PY_VERSION "3.5.7rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.