commit | 84b242c369a22b581c43de9de0152f0baedd71ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 17:45:49 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 17:45:49 2018 +0100 |
tree | 1b11843ec1af033e3b3ccd01dc1c3c0ad5e26d23 | |
parent | 501383236d203bacad758e82e47a07b877a3b63b [diff] [blame] |
patch 8.0.1436: not enough information about what Python version may work Problem: Not enough information about what Python version may work. Solution: Add "python_compiled", "python3_compiled", "python_dynamic" and "python3_dynamic" values for has().
diff --git a/src/version.c b/src/version.c index 6fe422d..72fb666 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1436, +/**/ 1435, /**/ 1434,