patch 7.4.1926
Problem:    Possible crash with many history items.
Solution:   Avoid the index going past the last item.
diff --git a/src/version.c b/src/version.c
index 9c821d4..4f5b5a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1926,
+/**/
     1925,
 /**/
     1924,