comparison src/version.c @ 30130:a48a6efb987f v9.0.0401

patch 9.0.0401: CI uses older clang version Commit: https://github.com/vim/vim/commit/bd01f476ea8751ce9787271742017b69149edc22 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Sep 7 13:30:19 2022 +0100 patch 9.0.0401: CI uses older clang version Problem: CI uses older clang version. Solution: Switch from clang 14 to 15. (closes https://github.com/vim/vim/issues/11066)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 14:45:03 +0200
parents 6d0056cc21a0
children 01919e5a070c
comparison
equal deleted inserted replaced
30129:0df336fa3ecb 30130:a48a6efb987f
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 401,
706 /**/ 708 /**/
707 400, 709 400,
708 /**/ 710 /**/
709 399, 711 399,
710 /**/ 712 /**/