diff src/version.c @ 19310:ae6bcbadf04b v8.2.0213

patch 8.2.0213: configure does not recognize gcc 10.0 and later Commit: https://github.com/vim/vim/commit/7077892a7918845a00ce8d7833b43cc6cbed2081 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 20:44:24 2020 +0100 patch 8.2.0213: configure does not recognize gcc 10.0 and later Problem: Configure does not recognize gcc 10.0 and later. Solution: Adjust the pattern matching the version number. (Sergei Trofimovich, closes #5580)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 20:45:05 +0100
parents 6fd567c927c0
children 18fc30542bf5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    213,
+/**/
     212,
 /**/
     211,