patch 7.4.1252
Problem:    The channel test server may receive two messages concatenated.
Solution:   Split the messages.
diff --git a/src/version.c b/src/version.c
index f88b8cb..f4e9feb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1252,
+/**/
     1251,
 /**/
     1250,