commit | cce82a55b8105560a2ef724999c856966337b48e | [log] [tgz] |
---|---|---|
author | Gabriele Musco <gabmus@disroot.org> | Sun Sep 11 13:37:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 13:37:37 2022 +0100 |
tree | d9dccc0b60843f887ac7aeebe3a98849b56cb88b | |
parent | 79f8b8494cd4f738f25272ece94d8b524b99cb09 [diff] [blame] |
patch 9.0.0443: blueprint files are not recognized Problem: Blueprint files are not recognized. Solution: Add a pattern for blueprint files. (Gabriele Musco, closes #11107)
diff --git a/src/version.c b/src/version.c index 9d4f39b..26c1697 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 443, +/**/ 442, /**/ 441,