summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2025-06-03 18:47:52 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2025-06-03 18:47:52 (GMT)
commit865270262ade38b96fce88e32a321caac5332a87 (patch)
treecab3e6428c929a19761db71a90edacf86f84c414 /Include/patchlevel.h
parent920a1c30dd547548c79744994164c48557cc0688 (diff)
downloadcpython-3.9.23.zip
cpython-3.9.23.tar.gz
cpython-3.9.23.tar.bz2
Python 3.9.23v3.9.23
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 96cb0fa..493794f 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 22
+#define PY_MICRO_VERSION 23
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.22+"
+#define PY_VERSION "3.9.23"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.