summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-25 00:57:05 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-25 00:57:05 +0000
commitad85af5b384d8d36d7bd3e9b4086190d3a40ab15 (patch)
tree4ae30eebd88f4e9e5994d8a777b988cbfb85f6b6 /src
parent637862fc3ca68e3fc1ea9a178bd7f9d25a6e773b (diff)
patch 9.0.0946: CI: Error in Coverity flow is not reportedv9.0.0946
Problem: CI: Error in Coverity flow is not reported. Solution: Use another way to avoid errors in a forked repository. (Ken Takata, closes #11609)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8752528920..0c3194c05d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 946,
+/**/
945,
/**/
944,