summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-04-04 21:56:31 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-04-04 21:57:15 (GMT)
commit7d4cc5aa854fdea4d01a5b9c59e37c6e62f1103d (patch)
tree70d149737111f058b90938480d20b2a9cb038480 /Include/patchlevel.h
parentec80ffe39acc41ab43bec33d6fa9900e8eff37e3 (diff)
downloadcpython-3.10.11.zip
cpython-3.10.11.tar.gz
cpython-3.10.11.tar.bz2
Python 3.10.11v3.10.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 353bf00..394bdb4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 10
-#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.10.10+"
+#define PY_VERSION "3.10.11"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.