commit | 0df3c7f2a05c2a99f2fb2747ae46bd6594052997 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:57:14 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:57:14 2016 +0100 |
tree | 3d8bae823debe863522f2af17fac9662f887337a | |
parent | 7089237885218eb8a19805bc2b75481c4efcd6ba [diff] [blame] |
patch 8.0.0129 Problem: Parallel make still doesn't work. (Lewis Muir) Solution: Define OBJ_MAIN.
diff --git a/src/version.c b/src/version.c index 9b9705e..452ab18 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 129, +/**/ 128, /**/ 127,