summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-08-09 13:20:38 +0200
committerBram Moolenaar <Bram@vim.org>2021-08-09 13:20:38 +0200
commiteed9616120f60ad17d5e133f505bba5c559aee89 (patch)
treea84231cda64ba27339512a0fce9366935e1d5d17 /src
parented8b099fd23b20d7b5a436182bde6672c8686189 (diff)
patch 8.2.3319: Coverity action on github does not workv8.2.3319
Problem: Coverity action on github does not work. Solution: Remove undefined $SRCDIR. (James McCoy, closes #8739)
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 8971e5dd86..61d7b10f4e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3319,
+/**/
3318,
/**/
3317,