summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-04-02 08:24:04 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-04-02 08:25:04 (GMT)
commitde54cf5be371a6f5e2e9f208c38def5f81d3ef02 (patch)
treef056fb1d008a1906856a8b3a16115ed19177c865 /Include
parent5b547de1f7d14a6e9d54111286baa7a196efcac7 (diff)
downloadcpython-3.11.9.zip
cpython-3.11.9.tar.gz
cpython-3.11.9.tar.bz2
Python 3.11.9v3.11.9
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 6579bdb..6dea1dd 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
-#define PY_MICRO_VERSION 8
+#define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.8+"
+#define PY_VERSION "3.11.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.