patch 8.0.0386: tiny build has a problem with generating the options test

Problem:    Tiny build has a problem with generating the options test.
Solution:   Change the "if" to skip over statements.
diff --git a/src/version.c b/src/version.c
index 4479cc2..c99c368 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    386,
+/**/
     385,
 /**/
     384,