summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-16 20:43:14 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-16 20:43:14 +0200
commite21d62435ef966b8adb40dee13ef9d6791316674 (patch)
tree2ff59efe05cb866853ce4935ad1e365ac490d8ec /src
parentc3e539fa703b23d9a24c3520c96ec305ee932cb4 (diff)
patch 7.4.2053v7.4.2053
Problem: Can't run scripttests in the top directory. Solution: Add targets to the top Makefile.
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d9701fe19c..570dd45252 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2053,
+/**/
2052,
/**/
2051,