updated for version 7.3.211
Problem:    Compiler warning.
Solution:   Add type cast.
diff --git a/src/version.c b/src/version.c
index 1033b74..650eafc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    211,
+/**/
     210,
 /**/
     209,