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 <cb@256bit.org>
diff --git a/src/version.c b/src/version.c
index e8979f9..1884220 100644
--- a/src/version.c
+++ b/src/version.c
@@ -720,6 +720,10 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1530,
+/**/
+    1529,
+/**/
     1528,
 /**/
     1527,