commit | 171c683237149262665135c7d5841a89bb156f53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:20:20 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:20:20 2022 +0100 |
tree | 0eb40fda2d98493ec319b14468fc7c431146d4f4 | |
parent | 448f72a78aad3a86a066f269d7e4569679355c46 [diff] [blame] |
patch 9.0.0242: "make install" still fails Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pellé)
diff --git a/src/version.c b/src/version.c index 9e0c64c..a3df5cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 242, +/**/ 241, /**/ 240,