summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/testdir/Makefile2
-rw-r--r--src/version.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e377392b52..86c9f65f19 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ MINOR = 2
# > cd src
# > msvc2015.bat
# - Build the console binary:
-# > nmake -f Mae_mvc.mak
+# > nmake -f Make_mvc.mak
# - Run the tests and check the output:
# > nmake -f Make_mvc.mak testclean
# > nmake -f Make_mvc.mak test
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 050a032f1a..3f33bf8646 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -40,7 +40,7 @@ tiny: nolog tinytests report
benchmark: $(SCRIPTS_BENCH)
report:
- # without the +eval feature test_result.log is a copy of test.log
+ @# without the +eval feature test_result.log is a copy of test.log
@/bin/sh -c "if test -f test.log; \
then cp test.log test_result.log; \
else echo No failures reported > test_result.log; \
diff --git a/src/version.c b/src/version.c
index 7902d3b528..56f0f0b946 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2889,
+/**/
2888,
/**/
2887,