From 7b8c268fc1da8f7179fc467df4732697707f4abc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 6 Jul 2013 16:23:02 +0200 Subject: [PATCH] updated for version 7.4a.001 Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated) --- src/version.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/version.c b/src/version.c index 05fdc73e8..20ea596da 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,10 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1, +/**/ + 1, /**/ 0 }; -- 2.40.0