patch 7.4.1231
Problem:    JSON messages are not parsed properly.
Solution:   Queue received messages.
diff --git a/src/version.c b/src/version.c
index 61d122c..911b20e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1231,
+/**/
     1230,
 /**/
     1229,