summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/po/Makefile4
-rw-r--r--src/version.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index 2814b3fe8a..09c8861b67 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -176,6 +176,10 @@ uninstall:
converted: $(MOCONVERTED)
+# nl.po was added later, if it does not exist use an empty file.
+nl.po:
+ touch nl.po
+
# Norwegian/Bokmal: "nb" is an alias for "no".
# Copying the file is not efficient, but I don't know of another way to make
# this work.
diff --git a/src/version.c b/src/version.c
index ed6b493e87..8c19a1519c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 788,
+/**/
787,
/**/
786,