patch 7.4.1177
Problem:    The +channel feature is not in :version output. (Tony Mechelynck)
Solution:   Add the feature string.
diff --git a/src/version.c b/src/version.c
index 56d6d81..298372e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -106,6 +106,11 @@
 #else
 	"-byte_offset",
 #endif
+#ifdef FEAT_CHANNEL
+	"+channel",
+#else
+	"-channel",
+#endif
 #ifdef FEAT_CINDENT
 	"+cindent",
 #else
@@ -742,6 +747,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1177,
+/**/
     1176,
 /**/
     1175,