patch 7.4.1381
Problem:    Exit value not available on MS-Windows.
Solution:   Set the exit value.
diff --git a/src/version.c b/src/version.c
index b615354..144dc18 100644
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1381,
+/**/
     1380,
 /**/
     1379,