patch 8.0.0362: tests fail on MS-Windows

Problem:    Tests fail on MS-Windows.
Solution:   Use $*.vim instead of $<.
diff --git a/src/version.c b/src/version.c
index bd2ddb1..4df3c3f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    362,
+/**/
     361,
 /**/
     360,