diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
commit | 9eaf880cb1944045bac06758a0a7a68ea734595c (patch) | |
tree | 40749de3a44617cdead37aef9633b701940bff68 /Makefile | |
parent | 0d94f4b451321b54cd8f22253c28a5bc64715f1c (diff) | |
download | live-boot-9eaf880cb1944045bac06758a0a7a68ea734595c.tar.gz live-boot-9eaf880cb1944045bac06758a0a7a68ea734595c.zip |
Adding live-initramfs 1.90.1-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ update: set -e; for MANPAGE in manpages/*.en.*; \ do \ sed -i -e 's/2007\\-06\\-04/2007\\-06\\-11/' \ - -e 's/1.87.6/1.87.7/' \ + -e 's/1.88.1/1.90.1/' \ $$MANPAGE; \ done |