patch 8.2.1642: otions test fails

Problem:    Otions test fails.
Solution:   Correct call to OptionG().
diff --git a/src/version.c b/src/version.c
index 7390d39..54bb128 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1642,
+/**/
     1641,
 /**/
     1640,