commit | 9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Tue Apr 12 15:40:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 12 15:40:12 2022 +0100 |
tree | 61bc3f64f8259c3799d6f5624456f974e11de92f | |
parent | c9a9a0ac1ec3b985d38c01ddf9f0ba2f15386f34 [diff] |
patch 8.2.4743: clang 14 is available on CI Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes #10157)
diff --git a/src/version.c b/src/version.c index 0c3b01c..5c8bd2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4743, +/**/ 4742, /**/ 4741,