diff src/version.c @ 27632:286f012d30fb v8.2.4342

patch 8.2.4342: CI will soon switch to other windows version Commit: https://github.com/vim/vim/commit/bece72785dcbeba00e6424d78a941450fda78929 Author: ichizok <gclient.gaap@gmail.com> Date: Fri Feb 11 11:09:40 2022 +0000 patch 8.2.4342: CI will soon switch to other windows version Problem: CI will soon switch to other windows version. Solution: Use "windows-2019" instead of "windows-latest". (Ozaki Kiichi, closes #9740)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 12:15:03 +0100
parents 9caeb7f8b094
children 6ca2d8f4cd32
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4342,
+/**/
     4341,
 /**/
     4340,