commit | b463e8d999ec812d656876f313efbeaeed663b45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 15:07:09 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 15:07:09 2017 +0200 |
tree | bb1a8339a15d93724916a8600087aacc97939278 | |
parent | 6aa8cea46d4179b2617daae034063dd0d8054e35 [diff] [blame] |
patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed Problem: Since we only support GTK versions that have it, the ckeck for HAVE_GTK_MULTIHEAD is no longer needed. Solution: Remove HAVE_GTK_MULTIHEAD. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 3d91495..6e232dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 620, +/**/ 619, /**/ 618,