From: Christian Brabandt Date: Tue, 8 Jul 2025 21:04:36 +0000 (+0200) Subject: patch 9.1.1530: Missing version change in v9.1.1529 X-Git-Tag: v9.1.1530^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1adada0158705f2f508e328362f83a67e4707cce;p=thirdparty%2Fvim.git patch 9.1.1530: Missing version change in v9.1.1529 Problem: Missing version change from v9.1.1529 Solution: Update version.c with latest patch Signed-off-by: Christian Brabandt --- diff --git a/src/version.c b/src/version.c index e8979f9cba..1884220baa 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,10 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1530, +/**/ + 1529, /**/ 1528, /**/