]> granicus.if.org Git - vim/commitdiff
patch 7.4.726 v7.4.726
authorBram Moolenaar <Bram@vim.org>
Tue, 5 May 2015 08:25:16 +0000 (10:25 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 May 2015 08:25:16 +0000 (10:25 +0200)
Problem:    Cannot build GvimExt.
Solution:   Set APPVER to 5.0.  (KF Leong)

src/GvimExt/Makefile
src/version.c

index 5c598c1a29329b5443df00fd6ba02570d3ed7d03..16b17345d8f19a7aa0c7e99bb97cc8270826ce3e 100644 (file)
@@ -4,7 +4,9 @@
 #
 
 TARGETOS=BOTH
-APPVER=4.0
+!ifndef APPVER
+APPVER=5.0
+!endif
 
 !if "$(DEBUG)" != "yes"
 NODEBUG = 1
index 822da6232d7927bbe03787d3638948f464523b26..32c1ddeb31eba91b92df4aac6d4a3f6300c183f0 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    726,
 /**/
     725,
 /**/