patch 7.4.1028
Problem:    Nsis version file missing from the distribution.
Solution:   Add the file to the list.
diff --git a/Filelist b/Filelist
index fcb1ed1..4281c7c 100644
--- a/Filelist
+++ b/Filelist
@@ -355,6 +355,7 @@
 		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 \
diff --git a/src/version.c b/src/version.c
index 6c373bf..f0128d2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1028,
+/**/
     1027,
 /**/
     1026,