commit | 2bcaec320aff11e777618e5b8c112aa15ec6ca21 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 18:51:11 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 27 18:51:11 2014 +0100 |
tree | 0e1153cd042cdf662058f73ad1ec784aba68716a | |
parent | 7db7784103306cfa7db4e94acf9b1bc2b0bc3888 [diff] [blame] |
updated for version 7.4.224 Problem: /usr/bin/grep on Solaris does not support -F. Solution: Add configure check to find a good grep. (Danek Duvall)
diff --git a/src/version.c b/src/version.c index c901b09..b1bfd65 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 224, +/**/ 223, /**/ 222,