commit | 327054df45faf5390e7392708f58eb49e9f323d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 21:46:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 21:46:14 2016 +0100 |
tree | ed5c3194e4800f8e6cf23733abd6bfae0b2991c2 | |
parent | 6dbf66aa3e2197ce41f2b1cc7602bb9c15840548 [diff] [blame] |
patch 8.0.0117 Problem: Parallel make fails. (J. Lewis Muir) Solution: Make sure the objects directory exists. (closes #1259)
diff --git a/src/version.c b/src/version.c index 598a7ea..6bc108f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 117, +/**/ 116, /**/ 115,