patch 8.2.5060: running configure fails

Problem:    Running configure fails.
Solution:   Remove line break.
diff --git a/src/version.c b/src/version.c
index 2919609..a361f9c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5060,
+/**/
     5059,
 /**/
     5058,