summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-12-06 20:33:43 +0100
committerŁukasz Langa <lukasz@langa.pl>2022-12-06 20:33:43 +0100
commit266a502edf7b6bb41b8992f9c2c18f77a1b0802f (patch)
tree99c75c6a2d418c173154200c1bc0f653ccc502b2
parent1e3d2d52109c9d82ba307116e912d16bb4b0dbb7 (diff)
downloadcpython-git-266a502edf7b6bb41b8992f9c2c18f77a1b0802f.tar.gz
Post 3.8.16
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 8b5b8d3a85..3c5dca6fe0 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.16"
+#define PY_VERSION "3.8.16+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.