commit | 7487792ab14c1fb8dbdb37bdd74265d8b1d3be50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 17:15:33 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 17:15:33 2015 +0100 |
tree | e9cbb014a802fdab0ef53d198053d5e142cb6e44 | |
parent | e4eda3bc7157932b0bf380fd3fdc1ba8f4438b60 [diff] [blame] |
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/src/version.c b/src/version.c index f43cad8..6346587 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 934, +/**/ 933, /**/ 932,