From ba75507c62b5aa84295968a9c15788667e95fa6a Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 19 Oct 2023 17:04:04 +0200 Subject: [PATCH] Patch 9.0.2050v2: Missing change to version.c Problem: v9.0.2050 missed the change to version.c Solution: include the version.c change Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.c b/src/version.c index a79dd1d463..2d437d87af 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2050, /**/ 2049, /**/ -- 2.47.2