summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-12-06 18:50:26 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-12-06 18:50:26 (GMT)
commitdb577e29a6a287dca0148e90bb95960c1d99b3fb (patch)
treeb4216944a0d27bd109b613666398643fae737fef
parent595f9ccb0c059f2fb5bf13643bfc0cdd5b55a422 (diff)
downloadcpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.zip
cpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.tar.gz
cpython-db577e29a6a287dca0148e90bb95960c1d99b3fb.tar.bz2
Post 3.9.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 e33d9a1..224ad14 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.16"
+#define PY_VERSION "3.9.16+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.