patch 7.4.2087
Problem:    Digraph code test coverage is still low.
Solution:   Add more tests. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c
index 9af59e5..8f60ccd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2087,
+/**/
     2086,
 /**/
     2085,