commit | fee496d8825b1b5fc345234e18a750fa1cc1a1de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:07:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 20:07:24 2013 +0200 |
tree | b09606e18e9918c78eec49eca4ed6b75c4f7d87c | |
parent | e741f2714db39a17f486102d992f856f56c7d54b [diff] [blame] |
updated for version 7.4a.011 Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
diff --git a/src/version.c b/src/version.c index 61694a4..676245d 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 11, +/**/ 10, /**/ 9,