patch 8.0.1111: syntax error in configure when using Perl

Problem:    Syntax error in configure when using Perl.
Solution:   Add missing quote
diff --git a/src/version.c b/src/version.c
index fe7a30c..8546911 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1111,
+/**/
     1110,
 /**/
     1109,