From: Bram Moolenaar Date: Tue, 5 May 2015 08:25:16 +0000 (+0200) Subject: patch 7.4.726 X-Git-Tag: v7.4.726 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd3e30ce92117201b170c1ef83280035488fdfa;p=vim patch 7.4.726 Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong) --- diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index 5c598c1a2..16b17345d 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile @@ -4,7 +4,9 @@ # TARGETOS=BOTH -APPVER=4.0 +!ifndef APPVER +APPVER=5.0 +!endif !if "$(DEBUG)" != "yes" NODEBUG = 1 diff --git a/src/version.c b/src/version.c index 822da6232..32c1ddeb3 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 726, /**/ 725, /**/