summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-10-12 12:02:49 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-12 12:02:49 +0100
commit3a724290c5dd8e4b7c9a1fa8941b81f6f80db00a (patch)
treeed11b219e3a28907a07c943633bd3394e1e7f9d7 /src
parent3d031a0ae791f901c0c2dedd5d8b9de137c23acc (diff)
downloadvim-git-3a724290c5dd8e4b7c9a1fa8941b81f6f80db00a.tar.gz
patch 8.2.3500: Github CI fails to install clangv8.2.3500
Problem: Github CI fails to install clang. Solution: Install llvm-11 explicitly. (Christian Brabandt, closes #8993)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8497e7d56..e09abfa22 100644
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3500,
+/**/
3499,
/**/
3498,