patch 8.2.4485: compiler warning for uninitialized variable

Problem:    Compiler warning for uninitialized variable.
Solution:   Initialize the variable. (John Marriott)
diff --git a/src/version.c b/src/version.c
index c64bd83..a574acb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4485,
+/**/
     4484,
 /**/
     4483,