diff src/version.c @ 11571:bafb447104f6 v8.0.0668

patch 8.0.0668: nsis installer script does not work commit https://github.com/vim/vim/commit/a1bd86e0f2056f796390bc0cd3aba5c89513d0d2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 24 15:11:01 2017 +0200 patch 8.0.0668: nsis installer script does not work Problem: Nsis installer script does not work. (Christian Brabandt) Solution: Fix the syntax of /SD.
author Christian Brabandt <cb@256bit.org>
date Sat, 24 Jun 2017 15:15:03 +0200
parents 7003f241b6c7
children c8fd52807897
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    668,
+/**/
     667,
 /**/
     666,