From 8b22f375aa849f33048046f2b54df5fcb68aeab4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 5 May 2015 10:25:26 +0200 Subject: [PATCH] patch 7.4.726 Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong) --- src/GvimExt/Makefile | 4 +++- src/version.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index 5c598c1a29..16b17345d8 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 d6b196b131..1d83ebbea2 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 726, /**/ 725, /**/