summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-19 13:29:19 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-19 13:29:19 +0200
commit98ebd2bbec3443878dd0ed772ab67efb618f2fad (patch)
treeeff4a86c7412237b9a65eab6f4ad9897ce061c12 /src/version.c
parent8e539c51c31461fc602071373bdff9edd1aed25f (diff)
downloadvim-git-98ebd2bbec3443878dd0ed772ab67efb618f2fad.tar.gz
patch 8.0.0961: the script to build the installer does not include winptyv8.0.0961
Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a424c6aef..a25bbadcb 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 */
/**/
+ 961,
+/**/
960,
/**/
959,