commit | 8065cf2bfba93a8aeed29f591152edeb0841bff6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 12 21:45:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 12 21:45:23 2017 +0200 |
tree | cfc672c35b54844fc1fefd20d9c2080ee25bccfa | |
parent | 4a6fcf8047de13c7949ab2f27f7774acaec4ae4d [diff] [blame] |
patch 8.0.1187: building with lua fails for OSX on Travis Problem: Building with lua fails for OSX on Travis. Solution: Separate brew-update and brew-install. (Ozaki Kiichi, closes #2203)
diff --git a/src/version.c b/src/version.c index 398a668..f1ab827 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1187, +/**/ 1186, /**/ 1185,