commit | 182707ac10d77359bf7a87c6b23ce4025d5b0ad4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 21 20:55:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 21 20:55:58 2016 +0100 |
tree | 11aebcaef98390d1bad30a7781e3346e821c59e0 | |
parent | 63e4344edc0cc1b4ed68a9d9c787265799602670 [diff] [blame] |
patch 8.0.0095 Problem: Problems with GTK 3.22.2 fixed in 3.22.4. Solution: Adjust the #ifdefs. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 1224142..731a685 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 95, +/**/ 94, /**/ 93,