updated for version 7.3.416
Problem:    Compiler warning for wrong pointer.
Solution:   Add type cast.
diff --git a/src/version.c b/src/version.c
index cdd57ad..4e78bd7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    416,
+/**/
     415,
 /**/
     414,