diff src/version.c @ 12162:e18b9d7d8d78 v8.0.0961

patch 8.0.0961: the script to build the installer does not include winpty commit https://github.com/vim/vim/commit/98ebd2bbec3443878dd0ed772ab67efb618f2fad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 13:29:19 2017 +0200 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
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 13:30:03 +0200
parents b80c0172d1a8
children 5d82470552ce
line wrap: on
line diff
--- 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,