summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2025-10-09 15:20:41 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2025-10-09 15:25:03 (GMT)
commitf08d3c437bc5f41973ddd11f4cfc3d9fe04010f7 (patch)
tree08cc30be20e9569b2c2c3ebfd017a548c2a7c6dd /Include
parentc1e10914804614fa62f2f32421d1a4f80c6d5c62 (diff)
downloadcpython-3.10.19.zip
cpython-3.10.19.tar.gz
cpython-3.10.19.tar.bz2
Python 3.10.19v3.10.19
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 00861d8..4d56d95 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 18
+#define PY_MICRO_VERSION 19
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.18+"
+#define PY_VERSION "3.10.19"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.