summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo Salgado <pablogsal@gmail.com>2026-03-03 00:52:05 (GMT)
committerPablo Galindo Salgado <pablogsal@gmail.com>2026-03-03 00:52:57 (GMT)
commit2340a037f7450e70fccfe411e6531afb4d57a312 (patch)
tree8c6959bc70b201b477138f00c432a3bb2f1caddd /Include
parentd1475b568cece76afe0f0eabc0d27ba839b9eee2 (diff)
downloadcpython-3.11.15.zip
cpython-3.11.15.tar.gz
cpython-3.11.15.tar.bz2
Python 3.11.15v3.11.15
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 86b3bb7..1347b7b 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 14
+#define PY_MICRO_VERSION 15
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.14+"
+#define PY_VERSION "3.11.15"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.