patch 8.2.4097: wrong number in error message on 32 bit system

Problem:    Wrong number in error message on 32 bit system. (John Paul Adrian
            Glaubitz)
Solution:   Add type cast. (closes #9527)
diff --git a/src/version.c b/src/version.c
index ca56f41..7a75be3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4097,
+/**/
     4096,
 /**/
     4095,