summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-05-13 18:05:20 +0100
committerBram Moolenaar <Bram@vim.org>2023-05-13 18:05:20 +0100
commitb6a19594b29a7d4f33a1f4324a0579df61f48d06 (patch)
treed9fa984b4155d0b20a86ec8fbec841f5bfe67fe9 /src
parentc416fd4ca82a27c28915695ebab2e0886cd45bca (diff)
downloadvim-git-b6a19594b29a7d4f33a1f4324a0579df61f48d06.tar.gz
patch 9.0.1553: CI: using slightly outdated gcc versionv9.0.1553
Problem: CI: using slightly outdated gcc version. Solution: Use "brew" to get a more recent gcc version. (closes #12391)
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 2f2fa1291..ed51a81a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1553,
+/**/
1552,
/**/
1551,