summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-08-26 15:48:55 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-26 15:48:55 +0100
commitc361842f1479a7f7f3e65bfb0e188f2e5d38336e (patch)
treedbda6cd4bc4d83996a6c3d715b0e970f8fc464be /src
parent93f72cc119c796f1ccb75468ef9e446cbfb41e9b (diff)
patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04v9.0.0277
Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes #10987)
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 a0a7210464..1fd798b8fa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -724,6 +724,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 277,
+/**/
276,
/**/
275,