From: Bram Moolenaar Date: Sat, 21 Nov 2015 16:15:33 +0000 (+0100) Subject: patch 7.4.934 X-Git-Tag: v7.4.934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7487792ab14c1fb8dbdb37bdd74265d8b1d3be50;p=vim patch 7.4.934 Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes #489) --- diff --git a/appveyor.yml b/appveyor.yml index 3bda489a4..4700efc04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: "{build}" +skip_tags: true + before_build: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' diff --git a/src/version.c b/src/version.c index f43cad884..634658750 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 */ +/**/ + 934, /**/ 933, /**/