commit | 3e8b7a6056986caf561f1b6168af7837919df9b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 12:28:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 16 12:28:34 2022 +0100 |
tree | 85f78c974b780e92cc4f6da0c6233464c8b84abb | |
parent | 48db5dafecacced4a9e42de3f92838b2d59beb4c [diff] [blame] |
patch 9.0.0477: missing dependency may cause crashes on incomplete build Problem: Missing dependency may cause crashes on incomplete build. Solution: Add dependency.
diff --git a/src/version.c b/src/version.c index 77db155..6155446 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 477, +/**/ 476, /**/ 475,