aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2025-04-08 16:09:30 +0100
committerPablo Galindo <pablogsal@gmail.com>2025-04-08 16:09:30 +0100
commitab4746261870bcdbb6e7c5a5b307465fbe517790 (patch)
treed2ea214cf71674bf0ae2fb12eacfb4c731b509dd
parentda1f6c61ddfec776a4a2baff75eefad99ee5d84b (diff)
downloadcpython-3.11.tar.gz
cpython-3.11.zip
Post 3.11.123.11
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index cf8608073a5..cc19379d757 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.12"
+#define PY_VERSION "3.11.12+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.