summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-25 11:45:02 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-25 11:45:02 (GMT)
commiteb4a3dfbb9b797d4b2ecf70cb36ac08219ed065a (patch)
treec199c40f5b686eabfcf57f23be9206c726894183 /Include
parenta0e59d3b040353d4ada564d50f3e036a4d39eaa4 (diff)
downloadcpython-eb4a3dfbb9b797d4b2ecf70cb36ac08219ed065a.zip
cpython-eb4a3dfbb9b797d4b2ecf70cb36ac08219ed065a.tar.gz
cpython-eb4a3dfbb9b797d4b2ecf70cb36ac08219ed065a.tar.bz2
Post 3.8.2
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 3671bb3..affbd82 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.2"
+#define PY_VERSION "3.8.2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.