summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-03-16 12:12:59 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-03-16 13:03:13 (GMT)
commit2de452f8bf2f78417e04bcf7919beb502c53a0e2 (patch)
tree94d46da02742b0d952a9e00dd3744d11be6b8dc7 /Include
parent0b0609d0d1a2f231c94bab2177095dd9a46fc137 (diff)
downloadcpython-3.9.11.zip
cpython-3.9.11.tar.gz
cpython-3.9.11.tar.bz2
Python 3.9.11, take twov3.9.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 1079299..bf343ad 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.9.11+"
+#define PY_VERSION "3.9.11"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.