Skip to content

Commit fe37037

Browse files
committed
updated for version 7.3.681
Problem: List of distributed files picks up backup files. Solution: Make tutor patterns more specific.
1 parent 393f45e commit fe37037

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

Filelist

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,17 @@ LANG_GEN = \
693693
runtime/tutor/Makefile \
694694
runtime/tutor/tutor.utf-8 \
695695
runtime/tutor/tutor.?? \
696-
runtime/tutor/tutor.??.* \
697-
runtime/tutor/tutor.??_??.* \
696+
runtime/tutor/tutor.??.utf-8 \
697+
runtime/tutor/tutor.??.euc \
698+
runtime/tutor/tutor.??.sjis \
699+
runtime/tutor/tutor.??.iso9 \
700+
runtime/tutor/tutor.??.big5 \
701+
runtime/tutor/tutor.??.cp1250 \
702+
runtime/tutor/tutor.??.cp1251 \
703+
runtime/tutor/tutor.??.cp737 \
704+
runtime/tutor/tutor.??_??.utf-8 \
698705
runtime/tutor/tutor.bar \
699-
runtime/tutor/tutor.bar.* \
706+
runtime/tutor/tutor.bar.utf-8 \
700707
runtime/spell/README.txt \
701708
runtime/spell/??/*.diff \
702709
runtime/spell/??/main.aap \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ static char *(features[]) =
719719

720720
static int included_patches[] =
721721
{ /* Add new patch number below this line */
722+
/**/
723+
681,
722724
/**/
723725
680,
724726
/**/

0 commit comments

Comments
 (0)