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 40fcf7b..0121a19 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\\-11/2007\\-06\\-18/' \
- -e 's/1.91.1/1.91.2/' \
+ sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \
+ -e 's/1.91.2/1.91.3/' \
$$MANPAGE; \
done