commit | ad85af5b384d8d36d7bd3e9b4086190d3a40ab15 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Nov 25 00:57:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 25 00:57:05 2022 +0000 |
tree | 4ae30eebd88f4e9e5994d8a777b988cbfb85f6b6 | |
parent | 637862fc3ca68e3fc1ea9a178bd7f9d25a6e773b [diff] [blame] |
patch 9.0.0946: CI: Error in Coverity flow is not reported Problem: CI: Error in Coverity flow is not reported. Solution: Use another way to avoid errors in a forked repository. (Ken Takata, closes #11609)
diff --git a/src/version.c b/src/version.c index 8752528..0c3194c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 946, +/**/ 945, /**/ 944,