commit | f64b75b1d90182d04c9f9bc2ff20c9fa59227c93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 20:52:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 20:52:33 2022 +0100 |
tree | 09532fc41f964e158ca443852f25e0987835316c | |
parent | 31724238c8798113e0e11f61c52e0dc98bb21970 [diff] |
patch 9.0.0522: build fails on Appveyor Problem: Build fails on Appveyor. Solution: Select Visual Studio 2015 for the build tools.
diff --git a/src/version.c b/src/version.c index 36d4f99..52e36ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 522, +/**/ 521, /**/ 520,