commit | f7c7aa3594b9f917b0b9571e1e60bef69b55244d | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed Sep 21 10:51:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 10:51:13 2022 +0100 |
tree | 2e2af8659fe3579610a6b6cec48cd0cb28311fec | |
parent | 5917341f65d4fc669b9d15343ccdb00c160201da [diff] [blame] |
patch 9.0.0526: MS-Windows: still some support for XP and old compilers Problem: MS-Windows: still some support for XP and old compilers. Solution: Remove XP support and mention of old compilers. (Ken Takata, closes #11183)
diff --git a/src/version.c b/src/version.c index bdeb67e..76955bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 526, +/**/ 525, /**/ 524,