summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-06-06 12:52:40 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-06-06 12:53:30 +0100
commitf37715396786fd4055f5891aa16774ede26392ff (patch)
treeab539e5acfd3232c143ef22d75fefa2dbbb96957 /Include/patchlevel.h
parentfd247db57a536d62902b296af599505298fd1e70 (diff)
downloadcpython-git-3.10.5.tar.gz
Python 3.10.5v3.10.5
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 3c4c0debce..2d30d350da 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 4
+#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.4+"
+#define PY_VERSION "3.10.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.