patch 8.2.3008: startup test may hang

Problem:    Startup test may hang.
Solution:   Add quit command in the script.
diff --git a/src/version.c b/src/version.c
index 67330fc..f3b3403 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3008,
+/**/
     3007,
 /**/
     3006,