summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-09 11:58:40 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-09 11:58:40 +0100
commit5f69fee26e0688c1646c8724ab794cb0c8d7c44d (patch)
tree1e0bae4d34fa119fcf3006e89a035449097d8057 /src/version.c
parentc3c766ea8c35f5b2bd45fb3d74d0ae46b2d8c24f (diff)
downloadvim-5f69fee26e0688c1646c8724ab794cb0c8d7c44d.zip
patch 8.0.0434: clang version not correctly detected
Problem: Clang version not correctly detected. Solution: Adjust the configure script. (Kazunobu Kuriyama)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index cbb1bba28..2a032c5be 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 434,
+/**/
433,
/**/
432,