summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-10-11 15:38:29 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-10-11 15:38:29 (GMT)
commitbd4e5320e5e7c58c048c8c1739467fc47d471dd1 (patch)
tree4a7b82846c516dd99196b584935bd8fec4e0676b
parent7e2815419663a2f82abf6c5e1f848fd1de7c8033 (diff)
downloadcpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.zip
cpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.tar.gz
cpython-bd4e5320e5e7c58c048c8c1739467fc47d471dd1.tar.bz2
Post 3.9.15
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a30fa4a..8af690f 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.15"
+#define PY_VERSION "3.9.15+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.