diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    401,
+/**/
     400,
 /**/
     399,