summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2025-06-03 18:37:18 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2025-06-03 18:38:25 (GMT)
commit498b971ea3673012a1d4b21860b229d55fc6e575 (patch)
treeaf9456e30147f921ef478eae6a349d178a123690 /Include
parent4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e (diff)
downloadcpython-3.11.13.zip
cpython-3.11.13.tar.gz
cpython-3.11.13.tar.bz2
Python 3.11.13v3.11.13
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 cc19379..8603d06 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 12
+#define PY_MICRO_VERSION 13
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.12+"
+#define PY_VERSION "3.11.13"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.