We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519cc55 commit d3682c5Copy full SHA for d3682c5
Filelist
@@ -7,6 +7,7 @@ SRC_ALL = \
7
.coveralls.yml \
8
.gitattributes \
9
.github/CODEOWNERS \
10
+ .github/ISSUE_TEMPLATE/bug_report.yml \
11
.github/workflows/ci.yml \
12
.github/workflows/codeql-analysis.yml \
13
.github/workflows/coverity.yml \
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 3606,
762
/**/
763
3605,
764
0 commit comments