patch 7.4.1541
Problem:    Missing job_info().
Solution:   Implement it.
diff --git a/src/version.c b/src/version.c
index 3e802b5..ed48bb0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1541,
+/**/
     1540,
 /**/
     1539,