From 81b07b527e8b9c35d12fd45b63885d6938564723 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 15 Oct 2017 21:43:21 +0200 Subject: patch 8.0.1197: MS-Windows build instructions are not up to date Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index 0fcc596e7..2115ead38 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1197, /**/ 1196, /**/ -- cgit v1.2.1