summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 18ae2e6..40fcf7b 100644
--- a/Makefile
+++ b/Makefile
@@ -117,8 +117,8 @@ uninstall:
update:
set -e; for MANPAGE in manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-06\\-04/2007\\-06\\-11/' \
- -e 's/1.88.1/1.90.1/' \
+ sed -i -e 's/2007\\-06\\-11/2007\\-06\\-18/' \
+ -e 's/1.91.1/1.91.2/' \
$$MANPAGE; \
done