commit | 8e228e21cc712d5cec2705afe1465ca9685bbbf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:13:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 15:13:19 2019 +0200 |
tree | 04f63cefd99d1326486f07752788efd6904694e1 | |
parent | 133c737357ceff21348d55c7d53903421c5ce094 [diff] [blame] |
patch 8.1.1480: desktop file check doesn't run on CI Problem: Desktop file check doesn't run on CI. Solution: Install the desktip-file-utils packages. (Christian Brabandt, closes #4498)
diff --git a/src/version.c b/src/version.c index 947efb1..72f4009 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1480, +/**/ 1479, /**/ 1478,