From 3c708c43908ba44f075bbaa7daf584c6b46d9723 Mon Sep 17 00:00:00 2001 From: Marwin Glaser Date: Wed, 19 Oct 2022 15:39:49 +0100 Subject: patch 9.0.0798: clang format configuration files are not recognized Problem: Clang format configuration files are not recognized. Solution: Use yaml for Clang format configuration files. (Marwin Glaser, closes #11398) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index bf4994622b..e612e53661 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 798, /**/ 797, /**/ -- cgit v1.2.3