summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-12-03 17:19:03 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-12-03 17:20:40 (GMT)
commitd03b868578a29d9d64f829459b584eed48862056 (patch)
tree0425c4d389f326b614f9b7a10221c7c115a2651b /Include/patchlevel.h
parent66a01b068be674939a062c9f4e943f42d8d13aec (diff)
downloadcpython-3.11.11.zip
cpython-3.11.11.tar.gz
cpython-3.11.11.tar.bz2
Python 3.11.11v3.11.11
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 8fb480c..97561a5 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 10
+#define PY_MICRO_VERSION 11
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.10+"
+#define PY_VERSION "3.11.11"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.