patch 7.4.1774
Problem:    Cterm true color feature has warnings.
Solution:   Add type casts.
diff --git a/src/version.c b/src/version.c
index 51b45c2..3c5f94e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1774,
+/**/
     1773,
 /**/
     1772,