Skip to content

Commit d3682c5

Browse files
committed
patch 8.2.3606: file missing from list of distributed files
Problem: File missing from list of distributed files. Solution: Add the file.
1 parent 519cc55 commit d3682c5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ SRC_ALL = \
77
.coveralls.yml \
88
.gitattributes \
99
.github/CODEOWNERS \
10+
.github/ISSUE_TEMPLATE/bug_report.yml \
1011
.github/workflows/ci.yml \
1112
.github/workflows/codeql-analysis.yml \
1213
.github/workflows/coverity.yml \

src/version.c

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

758758
static int included_patches[] =
759759
{ /* Add new patch number below this line */
760+
/**/
761+
3606,
760762
/**/
761763
3605,
762764
/**/

0 commit comments

Comments
 (0)