commit | 23c0192166760b0d73bd39252ca72e3cfe596f6e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 21 11:43:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 21 11:43:58 2021 +0200 |
tree | ed5100072cc4bc2f498bf0de571c49e65f31ec8a | |
parent | 5cf94577cf2045fec87344d7d89422fe6dfce62f [diff] [blame] |
patch 8.2.2876: configure cannot detect Python 3.10 Problem: Configure cannot detect Python 3.10. Solution: Use sys.version_info. (closes #8233)
diff --git a/src/version.c b/src/version.c index d593a22..ca18b67 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2876, +/**/ 2875, /**/ 2874,