summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Filelist1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index a09463462..95ff37f64 100644
--- a/Filelist
+++ b/Filelist
@@ -10,6 +10,7 @@ SRC_ALL = \
.travis.yml \
.cirrus.yml \
.github/workflows/ci-windows.yaml \
+ .github/workflows/codeql-analysis.yml \
.github/CODEOWNERS \
appveyor.yml \
ci/appveyor.bat \
diff --git a/src/version.c b/src/version.c
index 2577c142c..b3cbf811b 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 */
/**/
+ 1831,
+/**/
1830,
/**/
1829,