patch 7.4.1028 v7.4.1028
authorBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 17:08:01 +0000 (18:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 2 Jan 2016 17:08:01 +0000 (18:08 +0100)
Problem:    Nsis version file missing from the distribution.
Solution:   Add the file to the list.

Filelist
src/version.c

index fcb1ed13c3f4fde5559b5cb87935d217650cd268..4281c7c24df33c0b23fe9ecbf34b0ab2add9c17e 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -355,6 +355,7 @@ SRC_DOS =   \
                src/xxd/Make_ming.mak \
                src/xxd/Make_mvc.mak \
                nsis/gvim.nsi \
+               nsis/gvim_version.nsh \
                nsis/README.txt \
                uninstal.txt \
                src/VisVim/Commands.cpp \
index 6c373bf7e99a6e4e5789e7d9777463fb03467a07..f0128d2d911a26d08a6a506743eb069cb0be3668 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1028,
 /**/
     1027,
 /**/