summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2024-03-19 21:42:28 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2024-03-19 21:46:16 (GMT)
commit976ea78599d71f22e9c0fefc2dc37c1d9fc835a4 (patch)
tree39c8807578b1f944e66befaba1f75514d4f88982 /Include
parenteac14953a03d3f4adb91ca3adde6564e405cc59f (diff)
downloadcpython-3.10.14.zip
cpython-3.10.14.tar.gz
cpython-3.10.14.tar.bz2
Python 3.10.14v3.10.14
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 41680bc..61bf1c0 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 10
-#define PY_MICRO_VERSION 13
+#define PY_MICRO_VERSION 14
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.13+"
+#define PY_VERSION "3.10.14"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.