summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-01-06 15:51:55 +0100
committerBram Moolenaar <Bram@vim.org>2014-01-06 15:51:55 +0100
commit2fda30146920a1b0bd9cdac7e644a28e4b873b89 (patch)
tree3ca4d98bb80e40e502921c8707146f7b6b242c8d
parent5ec8305ea884f5b04566b3c72cdc8d60b6bd29ad (diff)
updated for version 7.4.135v7.4.135
Problem: Missing dot in MingW test Makefile. Solution: Add the dot. (Michael Soyka)
-rw-r--r--src/testdir/Make_ming.mak2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index da6d5e8dc7..384fe73f82 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -53,7 +53,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
test84.out test85.out test86.out test87.out test88.out \
test89.out test90.out test91.out test92.out test93.out \
test94.out test95.out test96.out test98.out test99.out \
- test100out test101.out test102.out test103.out
+ test100.out test101.out test102.out test103.out
SCRIPTS32 = test50.out test70.out
diff --git a/src/version.c b/src/version.c
index efbfba1576..3400e6b025 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 135,
+/**/
134,
/**/
133,