From c6ff21e876af0e3ad59664dd0f69359c4b6e9f1d Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Thu, 2 Mar 2023 14:46:48 +0000 Subject: patch 9.0.1369: still some "else if" constructs for setting options Problem: Still some "else if" constructs for setting options. Solution: Add a few more functions for handling options. (Yegappan Lakshmanan, closes #12090) --- 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 48bebad403..6aa63ef672 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 */ +/**/ + 1369, /**/ 1368, /**/ -- cgit v1.2.3