summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-10-05 20:41:01 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-05 20:41:01 +0100
commit3ff71cda986b809e8ffeebee6804b50b3607df63 (patch)
tree5b91364c5e4c7005d83b9932aa50a1bde1a52e92 /src
parent346823d3e5668b99d2c2fd920e7f215e21ad3ea7 (diff)
patch 9.0.0668: CI on Mac M1 only uses clangv9.0.0668
Problem: CI on Mac M1 only uses clang Solution: Also run with gcc. (closes #11263)
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 0d3e911e02..b7bb5697bb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 668,
+/**/
667,
/**/
666,