patch 8.2.0692: startup test fails on MS-Windows

Problem:    Startup test fails on MS-Windows.
Solution:   Allow for any path.
diff --git a/src/version.c b/src/version.c
index abfade8..f87cc8b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    692,
+/**/
     691,
 /**/
     690,