summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-12-06 17:56:39 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-12-06 18:23:39 +0000
commit2cd268a3a9340346dd86b66db2e9b428b3f878fc (patch)
treeb36bfad77afcdc682ac5729ce2e08f72c461098e /Include/patchlevel.h
parent1528d249a5f8492801d09755f402618688337006 (diff)
downloadcpython-git-3.10.1.tar.gz
Python 3.10.1v3.10.1
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 56869c5fa7..9e8a56099c 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 0
+#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.0+"
+#define PY_VERSION "3.10.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.