summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-17 20:27:26 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-17 20:27:26 +0100
commit8ea05de6aa1d133cba3381bcc36adf1736b08e00 (patch)
treebed2378fcd3dc8da358c5cfe807634eb475c3d4a /src
parent4c5bdb99ad632d703e94fffafba11b91861fea48 (diff)
patch 8.2.2150: Github actions CI isn't used for all available platformsv8.2.2150
Problem: Github actions CI isn't used for all available platforms. Solution: Update the github workflows. (Ozaki Kiichi, closes #7433)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 95633c8f27..86ccdd6180 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 */
/**/
+ 2150,
+/**/
2149,
/**/
2148,