From b8ef029ee416fc2b402c3f321a55c9049b0ad2a9 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Thu, 16 Mar 2023 15:54:18 +0000 Subject: patch 9.0.1407: TableGen files are not recognized Problem: TableGen files are not recognized. Solution: Add a pattern for TableGen files. (Amaan Qureshi, closes #12156) --- 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 1a0a0362d..1295a9c4f 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 */ +/**/ + 1407, /**/ 1406, /**/ -- cgit v1.2.1