summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2025-04-08 15:21:55 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2025-04-08 15:21:55 (GMT)
commit05c5549224fba2906c5e33e2aee5dec6bb0b825b (patch)
tree31534aa40e824b4f86f6fb04e171172903ff102f /Include
parent12deea5acf926032ee9ab97edff179105ad56bb7 (diff)
downloadcpython-3.9.22.zip
cpython-3.9.22.tar.gz
cpython-3.9.22.tar.bz2
Python 3.9.22v3.9.22
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 601b951..cab5ea0 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
-#define PY_MICRO_VERSION 21
+#define PY_MICRO_VERSION 22
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.21+"
+#define PY_VERSION "3.9.22"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.