commit | b6a19594b29a7d4f33a1f4324a0579df61f48d06 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat May 13 18:05:20 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 13 18:05:20 2023 +0100 |
tree | d9fa984b4155d0b20a86ec8fbec841f5bfe67fe9 | |
parent | c416fd4ca82a27c28915695ebab2e0886cd45bca [diff] |
patch 9.0.1553: CI: using slightly outdated gcc version Problem: CI: using slightly outdated gcc version. Solution: Use "brew" to get a more recent gcc version. (closes #12391)
diff --git a/src/version.c b/src/version.c index 2f2fa12..ed51a81 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1553, +/**/ 1552, /**/ 1551,