commit | 98ebd2bbec3443878dd0ed772ab67efb618f2fad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 13:29:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 19 13:29:19 2017 +0200 |
tree | eff4a86c7412237b9a65eab6f4ad9897ce061c12 | |
parent | 8e539c51c31461fc602071373bdff9edd1aed25f [diff] [blame] |
patch 8.0.0961: the script to build the installer does not include winpty Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
diff --git a/src/version.c b/src/version.c index a424c6a..a25bbad 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 961, +/**/ 960, /**/ 959,