From fc1dabd77baa86bcbf312cb86b3fd37e478994b1 Mon Sep 17 00:00:00 2001 From: Matt Hammerly Date: Mon, 15 Apr 2024 18:54:38 +0200 Subject: patch 9.1.0331: make install does not install all files Problem: make install does not install all files (Nick Jensen) Solution: Adjust the Makefile rule to install and uninstall cargo and rust directories (Matt Hammerly) fixes: #14551 closes: #14552 closes: #14557 Signed-off-by: Matt Hammerly Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 7536c96608..193c92515f 100644 --- 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 */ +/**/ + 331, /**/ 330, /**/ -- cgit v1.2.3