updated for version 7.4.366
Problem:    Can't run the linebreak test on MS-Windows.
Solution:   Fix the output file name. (Taro Muraoka)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak
index 3c0682b..bffdec5 100644
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -37,7 +37,7 @@
 		test105.out test106.out  test107.out\
 		test_autoformat_join.out \
 		test_breakindent.out \
-		test_listlbr \
+		test_listlbr.out \
 		test_eval.out \
 		test_options.out
 
diff --git a/src/version.c b/src/version.c
index 50ba9d2..ea048b7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    366,
+/**/
     365,
 /**/
     364,