patch 7.4.1550
Problem:    Cannot load packages early.
Solution:   Add the ":packloadall" command.
diff --git a/src/version.c b/src/version.c
index 87fdebc..4f66f9d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1550,
+/**/
     1549,
 /**/
     1548,