patch 8.0.0372: more options are not always defined

Problem:    More options are not always defined.
Solution:   Consistently define all possible options.
diff --git a/src/version.c b/src/version.c
index d8940c7..3b8c127 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    372,
+/**/
     371,
 /**/
     370,