From: Christian Brabandt Date: Thu, 19 Oct 2023 15:04:04 +0000 (+0200) Subject: Patch 9.0.2050v2: Missing change to version.c X-Git-Tag: v9.0.2051~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba75507c62b5aa84295968a9c15788667e95fa6a;p=thirdparty%2Fvim.git 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 --- 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, /**/