From 3554d9bfcc679bc343f2742fee61dbcb1021a9e9 Mon Sep 17 00:00:00 2001 From: Derek Schrock Date: Thu, 23 May 2024 17:26:51 +0200 Subject: patch 9.1.0434: make errors trying to access autoload/zig Problem: make errors trying to access autoload/zig Solution: Remove autoload/zig from Makefile, adjust Filelist (Derek Schrock) Commit d1d9316c6 removed autoload/zig/ files and install/uninstall target of the Makefile fail since the directory doesn't exist any longer. closes: #14828 Signed-off-by: Derek Schrock 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 c4bccb447e..61cb7af316 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 */ +/**/ + 434, /**/ 433, /**/ -- cgit v1.2.3