summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-09-05 13:02:13 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-09-05 14:00:02 +0100
commit6cc6b13308b3202270ea7ac0ee776762a66f6a2f (patch)
treefd3aead3afdf0c05413e4d24f430c1469f11f3bc /Include/patchlevel.h
parente13f49a0bc253f1b8939fd505547986183761768 (diff)
downloadcpython-git-3.10.7.tar.gz
Python 3.10.7v3.10.7
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 48875a2f80..1714f85965 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 6
+#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.6+"
+#define PY_VERSION "3.10.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.