commit | 12e91862c14a1af44b537d478e8a5021893044fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 03 21:20:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 03 21:20:03 2019 +0200 |
tree | 87dcf5d003bfc43f8b357b64874f1b6912ccdb0d | |
parent | 61df0c7996d9acc94267735abc214cb176e63ede [diff] [blame] |
patch 8.1.1255: building desktop files fails on FreeBSD Problem: Building desktop files fails on FreeBSD. (Adam Weinberger) Solution: Avoid using non-portable construct in Makefile. (closes #4332)
diff --git a/src/version.c b/src/version.c index 0882fa2..f03346c 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1255, +/**/ 1254, /**/ 1253,