Skip to content

Commit 84f4996

Browse files
committed
patch 7.4.1415
Problem: Dropped the skip-tags setting. Solution: Put it back.
1 parent 81275ca commit 84f4996

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
version: "{build}"
22

3+
skip_tags: true
4+
35
environment:
46
matrix:
57
- FEATURE: HUGE

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+
1415,
751753
/**/
752754
1414,
753755
/**/

0 commit comments

Comments
 (0)