summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-27 21:55:41 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-27 21:55:41 +0100
commitea599a65ee577efb1b997fc89d214fcf1e7355e0 (patch)
tree84121cdc0499bb78b8fb78e332197f33f254c066 /src
parent92e25ab2df03756bbb8523cf871db29fe8819c13 (diff)
downloadvim-git-ea599a65ee577efb1b997fc89d214fcf1e7355e0.tar.gz
patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352
Problem: CI doesn't cover FreeBSD. Solution: Configure Cirrus-CI. (Christian Brabandt, closes #5273)
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 ce3b73156..4c7c3808b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2352,
+/**/
2351,
/**/
2350,