summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2025-04-08 14:14:49 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2025-04-08 14:15:29 (GMT)
commitda1f6c61ddfec776a4a2baff75eefad99ee5d84b (patch)
tree793e143a0cb646c012ec82602cdd9716dab8be60 /Include/patchlevel.h
parent553d7069e2a100264ae3492ce81279297ad99cc3 (diff)
downloadcpython-3.11.12.zip
cpython-3.11.12.tar.gz
cpython-3.11.12.tar.bz2
Python 3.11.12v3.11.12
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 ffd197f..cf86080 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 11
+#define PY_MICRO_VERSION 12
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.11+"
+#define PY_VERSION "3.11.12"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.