diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-22 22:26:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-22 22:26:52 +0200 |
commit | 870b749ce1db1cec80f0f3766064a031688e6a46 (patch) | |
tree | c0b0a7a6abf06aae2fa5a528525839df578a93e7 /src/version.c | |
parent | 2e45d21c819272051f7ef4436f483e4b2ecfb369 (diff) | |
download | vim-git-870b749ce1db1cec80f0f3766064a031688e6a46.tar.gz |
patch 7.4.2092v7.4.2092
Problem: GTK 3 build fails with older GTK version.
Solution: Check the pango version. (Kazunobu Kuriyama)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f7eb5ceea..55054968e 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2092, +/**/ 2091, /**/ 2090, |