summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-10-14 20:02:48 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-10-14 20:02:48 (GMT)
commitcc06217d9d2b2d9641baabc96be62a65301bbaf9 (patch)
tree00a7534cfd05749e1cca1896f16bf3272fe806df /Include
parent85da2ddc89754becaf25dd99226dd96552ed68fa (diff)
downloadcpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.zip
cpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.tar.gz
cpython-cc06217d9d2b2d9641baabc96be62a65301bbaf9.tar.bz2
Post v3.8.0
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 d685a85..df8bd34 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.0"
+#define PY_VERSION "3.8.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.