diff src/version.c @ 29877:032cc5280408 v9.0.0277

patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04 Commit: https://github.com/vim/vim/commit/c361842f1479a7f7f3e65bfb0e188f2e5d38336e Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Aug 26 15:48:55 2022 +0100 patch 9.0.0277: Coverity CI: update-alternatives not needed with Ubuntu 20.04 Problem: Coverity CI: update-alternatives not needed with Ubuntu 20.04. Solution: Remove update-alternatives for Lua. (closes https://github.com/vim/vim/issues/10987)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Aug 2022 17:00:04 +0200
parents cb4d95b545f1
children 77141226eb2e
line wrap: on
line diff
--- 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,