commit | 5bc13453b2dd8067597793e32c4f94aa3031054a | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Sep 09 10:52:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 10:52:47 2022 +0100 |
tree | 65ec7297bde790aaa686e0af77cb28d8aa50a393 | |
parent | c572ad508f53bd89aa29081fc583f17ef1f0f123 [diff] [blame] |
patch 9.0.0421: MS-Windows makefiles are inconsistently named Problem: MS-Windows makefiles are inconsistently named. Solution: Use consistent names. (Ken Takata, closes #11088)
diff --git a/src/version.c b/src/version.c index cfebf04..c232a7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 421, +/**/ 420, /**/ 419,