summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-09-24 10:32:56 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-09-24 10:32:56 (GMT)
commit87ca11be3ba59a88485b6535c540542552cfb3db (patch)
tree84e47efcd7089a34fe50c40e92902bb87890645b /Include
parente1e6a8ef9ac730bf233de356392284e44d9bd16c (diff)
downloadcpython-87ca11be3ba59a88485b6535c540542552cfb3db.zip
cpython-87ca11be3ba59a88485b6535c540542552cfb3db.tar.gz
cpython-87ca11be3ba59a88485b6535c540542552cfb3db.tar.bz2
Post 3.8.6
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 5123b26..e5aade9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.8.6"
+#define PY_VERSION "3.8.6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.