patch 8.2.4051: compiler complains about possibly uninitialized variable

Problem:    Compiler complains about possibly uninitialized variable.
Solution:   Add code to avoid a compiler warning. (John Marriott)
diff --git a/src/version.c b/src/version.c
index a2ce58e..f3213ee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4051,
+/**/
     4050,
 /**/
     4049,