updated for version 7.4.431
Problem:    Compiler warning.
Solution:   Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c
index b81d547..838c1d6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    431,
+/**/
     430,
 /**/
     429,