summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-12-03 17:24:57 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-12-03 17:27:57 (GMT)
commit890778604a8cc99f18ce07737b198a8031c91f8d (patch)
tree1606c2b9c872747aaff2f4282447a6418e1b51ca /Include
parentb58da409aac90123c1159916908a4c49144925ee (diff)
downloadcpython-3.10.16.zip
cpython-3.10.16.tar.gz
cpython-3.10.16.tar.bz2
Python 3.10.16v3.10.16
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 5f56277..161e088 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 15
+#define PY_MICRO_VERSION 16
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.15+"
+#define PY_VERSION "3.10.16"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.