comparison src/version.c @ 28479:da67829ad0d3 v8.2.4764

patch 8.2.4764: CI uses an older gcc version Commit: https://github.com/vim/vim/commit/d2edee5cf3bd1eb69d88a12bcab33fc4228e83c0 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Apr 16 20:04:30 2022 +0100 patch 8.2.4764: CI uses an older gcc version Problem: CI uses an older gcc version. Solution: Use GCC 11. (closes https://github.com/vim/vim/issues/10185)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 21:15:03 +0200
parents 0ae0946ebf9b
children 3eac1299015a
comparison
equal deleted inserted replaced
28478:f7119d11e5ab 28479:da67829ad0d3
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4764,
749 /**/ 751 /**/
750 4763, 752 4763,
751 /**/ 753 /**/
752 4762, 754 4762,
753 /**/ 755 /**/