commit | ad15a39fdbde5ef8d4af9e0fca7e7e53b4843270 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Wed Jan 11 12:49:22 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 12:49:22 2023 +0000 |
tree | cf160eaa6c41d0ea151d48042e04fee0cadf38d1 | |
parent | f68cddabffcbc5b8fbfe9003182cb4b55ff8d72c [diff] |
patch 9.0.1177: AppVeyor uses some older tools Problem: AppVeyor uses some older tools. Solution: Switch to Visual Studio 2022 and Python 3.11. (Christopher Plewright, closes #11793)
diff --git a/src/version.c b/src/version.c index 6a5f62d..2565fcd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1177, +/**/ 1176, /**/ 1175,