summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-10-12 11:10:33 (GMT)
committerLarry Hastings <larry@hastings.org>2019-10-12 11:10:33 (GMT)
commitac4f751049dbb6092bb2697c67d83bf14a46b72e (patch)
treea8b9be3da736aa007d523c270c5eb9da55c18b15 /Include
parent280a0f539a1db5bc548b031dca04af30b180f7c4 (diff)
downloadcpython-3.5.8rc2.zip
cpython-3.5.8rc2.tar.gz
cpython-3.5.8rc2.tar.bz2
Version bump for 3.5.8rc2.v3.5.8rc2
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 dec25db..a5c0796 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 8
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.5.8rc1"
+#define PY_VERSION "3.5.8rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.