From 1adada0158705f2f508e328362f83a67e4707cce Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 8 Jul 2025 23:04:36 +0200 Subject: [PATCH] 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 --- src/version.c | 4 ++++ 1 file changed, 4 insertions(+) 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, /**/