commit | dda39aeafc94484e7d209d7bdfd2fc403b7383f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 17:17:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 17:17:12 2016 +0100 |
tree | 015c28248234dfd5b66a9981bc1ac453cdb1bf8b | |
parent | ca8b8d6956dd881de6446fc32c38e817a364a6cc [diff] [blame] |
patch 8.0.0093 Problem: Not using multiprocess build feature. Solution: Enable multiprocess build with MSVC 10. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 5db35ab..65f1293 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 93, +/**/ 92, /**/ 91,