summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-09-08 09:39:14 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-09-08 09:39:14 (GMT)
commit3cb5073773c52c93c53c750b1537aa1d642b6b75 (patch)
treede90a33e73af07ee11e4ae53dc4a66634ee20fda /Include
parent7c6dc8517ee11ce16d36a8a839ec5d4ba6484a7f (diff)
downloadcpython-3cb5073773c52c93c53c750b1537aa1d642b6b75.zip
cpython-3cb5073773c52c93c53c750b1537aa1d642b6b75.tar.gz
cpython-3cb5073773c52c93c53c750b1537aa1d642b6b75.tar.bz2
Post 3.8.6rc1
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 d6d0908..6a89ef4 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.8.6rc1"
+#define PY_VERSION "3.8.6rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.