commit | 870b749ce1db1cec80f0f3766064a031688e6a46 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 22 22:26:52 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 22 22:26:52 2016 +0200 |
tree | c0b0a7a6abf06aae2fa5a528525839df578a93e7 | |
parent | 2e45d21c819272051f7ef4436f483e4b2ecfb369 [diff] [blame] |
patch 7.4.2092 Problem: GTK 3 build fails with older GTK version. Solution: Check the pango version. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index f7eb5ce..5505496 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2092, +/**/ 2091, /**/ 2090,