summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
commit81b07b527e8b9c35d12fd45b63885d6938564723 (patch)
treec2a6b826ade36fd9c23230998c6e956ee00f4134 /src
parenta20f83df1d646a2d296af835ba1154f09986f102 (diff)
downloadvim-git-81b07b527e8b9c35d12fd45b63885d6938564723.tar.gz
patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0fcc596e7..2115ead38 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1197,
+/**/
1196,
/**/
1195,