comparison src/version.c @ 28437:c01ae844a9cc v8.2.4743

patch 8.2.4743: clang 14 is available on CI Commit: https://github.com/vim/vim/commit/9bbe5c6b8c44e08c90510c36596d13e54ca0eea4 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue Apr 12 15:40:12 2022 +0100 patch 8.2.4743: clang 14 is available on CI Problem: Clang 14 is available on CI. Solution: Switch from clang 13 to 14. (closes https://github.com/vim/vim/issues/10157)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Apr 2022 16:45:02 +0200
parents 0533e7466ef0
children 16bd027b039e
comparison
equal deleted inserted replaced
28436:394a65e476ea 28437:c01ae844a9cc
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 4743,
749 /**/ 751 /**/
750 4742, 752 4742,
751 /**/ 753 /**/
752 4741, 754 4741,
753 /**/ 755 /**/