summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-21 17:15:33 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-21 17:15:33 +0100
commit7487792ab14c1fb8dbdb37bdd74265d8b1d3be50 (patch)
treee9cbb014a802fdab0ef53d198053d5e142cb6e44 /src
parente4eda3bc7157932b0bf380fd3fdc1ba8f4438b60 (diff)
downloadvim-git-7487792ab14c1fb8dbdb37bdd74265d8b1d3be50.tar.gz
patch 7.4.934v7.4.934
Problem: Appveyor also builds on a tag push. Solution: Add a skip_tags line. (Kenichi Ito, closes #489)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index f43cad884..634658750 100644
--- 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,