summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-25 23:37:02 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-25 23:37:02 +0100
commit4604fbbbff9e1f924e76a6b4695626b519bd4030 (patch)
tree4ed184c7cd6e324bcb708a02bf42d5b301c41df8 /src
parentb413d2e6a8cc7b1611a41bfa9462b986393ca5fe (diff)
patch 8.1.0637: nsis file no longer usedv8.1.0637
Problem: Nsis file no longer used. Solution: Remove the file. (Ken Takata)
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 b2dbe38be5..c51a46d585 100644
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 637,
+/**/
636,
/**/
635,