commit | d2edee5cf3bd1eb69d88a12bcab33fc4228e83c0 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Apr 16 20:04:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 20:04:30 2022 +0100 |
tree | 2c3b9ced9b934d18402871bc9942ac62f8f56e37 | |
parent | f50808ed135ab973296bca515ae4029b321afe47 [diff] [blame] |
patch 8.2.4764: CI uses an older gcc version Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes #10185)
diff --git a/src/version.c b/src/version.c index d6f2ef4..ad301a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4764, +/**/ 4763, /**/ 4762,