summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-03-16 15:05:47 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-03-16 15:05:47 (GMT)
commit665a399e1d1b26991988963260f043a63581138f (patch)
tree3f62d9c2633883056e2a6fd25cf3627dc3b3e5e4 /Include
parent2de452f8bf2f78417e04bcf7919beb502c53a0e2 (diff)
downloadcpython-665a399e1d1b26991988963260f043a63581138f.zip
cpython-665a399e1d1b26991988963260f043a63581138f.tar.gz
cpython-665a399e1d1b26991988963260f043a63581138f.tar.bz2
Post 3.9.11, take two
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 bf343ad..1079299 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.