patch 8.2.4507: test fails because of new error message

Problem:    Test fails because of new error message.
Solution:   Avoid the test fails.
diff --git a/src/version.c b/src/version.c
index 12ea556..2e22a77 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4507,
+/**/
     4506,
 /**/
     4505,