patch 9.0.1342: MS-Windows: linking may fail with space in directory name

Problem:    MS-Windows: linking may fail with space in directory name.
Solution:   Add quotes. (closes #12050)
diff --git a/src/version.c b/src/version.c
index 56d02b3..81086a4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1342,
+/**/
     1341,
 /**/
     1340,