summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-10-02 13:26:51 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-10-02 13:29:10 (GMT)
commit8b6ee5ba3bd08368ba3c763cea28ce1464a88e62 (patch)
treea62adcfb18ab4732775fe41dce006899eda2e925 /Include
parent2c79a3fe007512f05e11766c39074d9a351a0c77 (diff)
downloadcpython-3.11.6.zip
cpython-3.11.6.tar.gz
cpython-3.11.6.tar.bz2
Python 3.11.6v3.11.6
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 59f9080..70d71c1 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 5
+#define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.5+"
+#define PY_VERSION "3.11.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.