updated for version 7.0-103
diff --git a/src/spell.c b/src/spell.c
index a6581af..39b5b94 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -9251,7 +9251,7 @@
 			       'spellfile' */
     int		undo;	    /* TRUE for "zug", "zuG", "zuw" and "zuW" */
 {
-    FILE	*fd;
+    FILE	*fd = NULL;
     buf_T	*buf = NULL;
     int		new_spf = FALSE;
     char_u	*fname;
diff --git a/src/version.c b/src/version.c
index 313a662..6f535dc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    103,
+/**/
     102,
 /**/
     101,