summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 668a87f35a..14601a2473 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3578,7 +3578,7 @@ objects/xpatience.o: xdiff/xpatience.c $(XDIFF_INCL)
Makefile:
- @echo The name of the makefile MUST be "Makefile" (with capital M)!!!!
+ @echo 'The name of the makefile MUST be "Makefile" (with capital M)!'
###############################################################################
diff --git a/src/version.c b/src/version.c
index 8f503f26e7..6b054544a5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 594,
+/**/
593,
/**/
592,