commit | a859f04b4db651860c07db3587f29906517c552b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:11:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 19:11:55 2016 +0100 |
tree | b410aebdda859288f66a5ad28a37a15918d4140c | |
parent | cc28e2d05d05552d8b72a520be8a193f3d9822d4 [diff] [blame] |
patch 8.0.0089 Problem: Various problems with GTK 3.22.2. Solution: Fix the problems, add #ifdefs. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index ada385c..1cf4d67 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 89, +/**/ 88, /**/ 87,