summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-08-24 12:05:22 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-08-24 12:09:18 (GMT)
commitcce6ba91b3a0111110d7e1db828bd6311d58a0a7 (patch)
tree6c74227f22191487f4b44e6782e58fc1eb017e69 /Include
parent42f9d6faa21bc75631eae0b587a2e76719102b47 (diff)
downloadcpython-cce6ba91b3a0111110d7e1db828bd6311d58a0a7.zip
cpython-cce6ba91b3a0111110d7e1db828bd6311d58a0a7.tar.gz
cpython-cce6ba91b3a0111110d7e1db828bd6311d58a0a7.tar.bz2
Python 3.11.5v3.11.5
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 72f5afa..7023a3f 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 4
+#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.4+"
+#define PY_VERSION "3.11.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.