summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-06-28 10:11:14 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-06-28 10:11:14 (GMT)
commitae5dcf588c39915b43e391c738cf99f56a1b7fe2 (patch)
tree1676783c2f98ff2776c12ab5ef9fdfab330714fe /Include
parentc3ffbbdf3d5645ee07c22649f2028f9dffc762ba (diff)
downloadcpython-ae5dcf588c39915b43e391c738cf99f56a1b7fe2.zip
cpython-ae5dcf588c39915b43e391c738cf99f56a1b7fe2.tar.gz
cpython-ae5dcf588c39915b43e391c738cf99f56a1b7fe2.tar.bz2
Post 3.8.11
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 d6fd94d..cfdfa59b 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.11"
+#define PY_VERSION "3.8.11+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.