patch 9.0.1002: command list test fails

Problem:    Command list test fails.
Solution:   Add commands added to the list.
diff --git a/src/version.c b/src/version.c
index 68f2470..6dbc93a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1002,
+/**/
     1001,
 /**/
     1000,