patch 8.2.4995: still a compiler warning for possibly uninitialized variable

Problem:    Still a compiler warning for possibly uninitialized variable.
            (Tony Mechelynck)
Solution:   Initialize variables.
diff --git a/src/version.c b/src/version.c
index 6ea31dd..1a39c06 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4995,
+/**/
     4994,
 /**/
     4993,