From 21b34b63b3f63dd54b338c4433fa7117dad9507b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 13 Jun 2017 14:34:01 +0200 Subject: patch 8.0.0637: crash when using some version of GTK 3 Problem: Crash when using some version of GTK 3. Solution: Add #ifdefs around incrementing the menu index. (Kazunobu Kuriyama) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 6d33f125d..23653c1df 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 637, /**/ 636, /**/ -- cgit v1.2.1