summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 17:15:18 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 17:15:18 +0200
commit9c5589c7cef9bacc41e2c359f60c53ed67c010de (patch)
tree9b9cac6559ca232631d741ea9d350e6b7f6ed010
parent2aeaf3fc013a3c4828d6e98a80e6a2e2d980f109 (diff)
patch 8.0.0757: libvterm MSVC Makefile not included in the distributionv8.0.0757
Problem: Libvterm MSVC Makefile not included in the distribution. Solution: Add the file to the list.
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 5038e67687..353cb24d38 100644
--- a/Filelist
+++ b/Filelist
@@ -200,6 +200,7 @@ SRC_ALL = \
src/libvterm/.gitignore \
src/libvterm/LICENSE \
src/libvterm/Makefile \
+ src/libvterm/Makefile.msc \
src/libvterm/README \
src/libvterm/tbl2inc_c.pl \
src/libvterm/vterm.pc.in \
diff --git a/src/version.c b/src/version.c
index 465252905f..ad2a45d194 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 757,
+/**/
756,
/**/
755,