commit | 5f69fee26e0688c1646c8724ab794cb0c8d7c44d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 11:58:40 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 09 11:58:40 2017 +0100 |
tree | 1e0bae4d34fa119fcf3006e89a035449097d8057 | |
parent | c3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f [diff] [blame] |
patch 8.0.0434: clang version not correctly detected Problem: Clang version not correctly detected. Solution: Adjust the configure script. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index cbb1bba..2a032c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 434, +/**/ 433, /**/ 432,