patch 7.4.1805
Problem:    Running tests in shadow dir fails.
Solution:   Link the samples directory
diff --git a/src/version.c b/src/version.c
index e891af9..86f38e6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1805,
+/**/
     1804,
 /**/
     1803,