summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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.
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 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,