commit | 30e212dac1d29536883c36918a465a38d81d6413 | [log] [tgz] |
---|---|---|
author | Gregory Anders <greg@gpanders.com> | Tue Jul 26 21:42:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 21:42:03 2022 +0100 |
tree | a51daa35c9c0c644d6bb939ca9655b5dfa7fd51c | |
parent | 3f0266739db7d27cb7f03f9d131114fb0af3df71 [diff] [blame] |
patch 9.0.0088: pattern for detecting bitbake files is not sufficient Problem: Pattern for detecting bitbake files is not sufficient. Solution: Adjust the pattern. (Gregory Anders, closes #10743)
diff --git a/src/version.c b/src/version.c index 75fe0ed..7c58424 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 88, +/**/ 87, /**/ 86,