diff src/version.c @ 29806:0d9d890661fc v9.0.0242

patch 9.0.0242: "make install" still fails Commit: https://github.com/vim/vim/commit/171c683237149262665135c7d5841a89bb156f53 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 22:20:20 2022 +0100 patch 9.0.0242: "make install" still fails Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pell?)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 23:30:03 +0200
parents e5a24056f227
children 3035901eceb7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -732,6 +732,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    242,
+/**/
     241,
 /**/
     240,