From 265f64efcf8df61cfbc93bbe103018dcfc5836e4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 25 Feb 2016 20:37:40 +0100 Subject: [PATCH] patch 7.4.1417 Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files. --- Filelist | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Filelist b/Filelist index c7bc515460..1134bbe4f6 100644 --- a/Filelist +++ b/Filelist @@ -6,6 +6,7 @@ SRC_ALL = \ .hgignore \ .travis.yml \ appveyor.yml \ + src/appveyor.bat \ src/README.txt \ src/alloc.h \ src/arabic.c \ diff --git a/src/version.c b/src/version.c index f08bf1b2aa..8af0a44cba 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1417, /**/ 1416, /**/