summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Filelist2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Filelist b/Filelist
index 5151869e06..04a433291e 100644
--- a/Filelist
+++ b/Filelist
@@ -4,7 +4,7 @@
# source files for all source archives
SRC_ALL = \
.cirrus.yml \
- .coveralls.yml
+ .coveralls.yml \
.gitattributes \
.github/CODEOWNERS \
.github/workflows/ci.yml \
diff --git a/src/version.c b/src/version.c
index b344129427..7d720f7ece 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2277,
+/**/
2276,
/**/
2275,