patch 8.2.4466: MS-Windows: illegal memory access in installer

Problem:    MS-Windows: illegal memory access in installer when using
            "create-directories" as the final argument.
Solution:   Check the argument count. (Cam Sinclair, closes #9844)
diff --git a/src/version.c b/src/version.c
index 94479e3..d82fff5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,10 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4467,
+/**/
+    4466,
+/**/
     4465,
 /**/
     4464,