summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-10-12 11:50:04 (GMT)
committerLarry Hastings <larry@hastings.org>2019-10-12 11:50:04 (GMT)
commit2a6ce8adc5076296c82865bc1d98b6605dc3164c (patch)
tree3f6771bfe99c272dc1f2f4544d74f16168b425f8
parentac4f751049dbb6092bb2697c67d83bf14a46b72e (diff)
downloadcpython-2a6ce8adc5076296c82865bc1d98b6605dc3164c.zip
cpython-2a6ce8adc5076296c82865bc1d98b6605dc3164c.tar.gz
cpython-2a6ce8adc5076296c82865bc1d98b6605dc3164c.tar.bz2
Post-release update for 3.5.8rc2.
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a5c0796..68d4d87 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.5.8rc2"
+#define PY_VERSION "3.5.8rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.