From ef16c90423ae579927e6294c1ccfd17c5a1c113c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 11 Oct 2020 14:22:22 +0200 Subject: [PATCH] patch 8.2.1831: file missing from distribution Problem: File missing from distribution. Solution: Add the github code analyses file. --- Filelist | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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 @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1831, /**/ 1830, /**/ -- 2.50.1