Skip to content

Commit 265f64e

Browse files
committed
patch 7.4.1417
Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files.
1 parent 669cac0 commit 265f64e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SRC_ALL = \
66
.hgignore \
77
.travis.yml \
88
appveyor.yml \
9+
src/appveyor.bat \
910
src/README.txt \
1011
src/alloc.h \
1112
src/arabic.c \

src/version.c

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

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1417,
751753
/**/
752754
1416,
753755
/**/

0 commit comments

Comments
 (0)