summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-06 16:23:02 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-06 16:23:02 +0200
commit7b8c268fc1da8f7179fc467df4732697707f4abc (patch)
treedc207421205dd2c49cbc284d8c6f268f95275510
parent913df81e7420fa20742e27f9918f12695c403da6 (diff)
updated for version 7.4a.001v7.4a.001
Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated)
-rw-r--r--src/version.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 05fdc73e86..20ea596da2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,10 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1,
+/**/
+ 1,
+/**/
0
};