summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-06-06 21:58:02 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-06-06 22:00:27 (GMT)
commitd2340ef25721b6a72d45d4508c672c4be38c67d3 (patch)
tree949b05afb8d586a2c39031078b384e8bf7bc6d33 /Include/patchlevel.h
parentdaf22ca7f941faac50b437e1c216732eae38a9e9 (diff)
downloadcpython-3.11.4.zip
cpython-3.11.4.tar.gz
cpython-3.11.4.tar.bz2
Python 3.11.4v3.11.4
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 7aee12b..a5b73cd 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 3
+#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.3+"
+#define PY_VERSION "3.11.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.