# HG changeset patch # User Christian Brabandt # Date 1448123404 -3600 # Node ID 1b591fcf2517c23fabf6165d3520ccaaa3746670 # Parent 43e3f92302dbe41b604c672d264b8db0ede5d42c commit https://github.com/vim/vim/commit/7487792ab14c1fb8dbdb37bdd74265d8b1d3be50 Author: Bram Moolenaar Date: Sat Nov 21 17:15:33 2015 +0100 patch 7.4.934 Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes https://github.com/vim/vim/issues/489) diff --git a/appveyor.yml b/appveyor.yml --- 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 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 934, +/**/ 933, /**/ 932,