patch 7.4.1028
Problem:    Nsis version file missing from the distribution.
Solution:   Add the file to the list.
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,