X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=ikiwiki.in;h=ac43044dfcbb6b927de2f83081f9cb67ce6bd384;hb=3789bce105120b2571665c71b3bd20ec7dbf9c9c;hp=acd37f8026c1a2a9ab076a877358617e9e20435e;hpb=54f600af14bf6dc067ffc30ec6f22d517001fe99;p=ikiwiki.git diff --git a/ikiwiki.in b/ikiwiki.in index acd37f802..ac43044df 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -7,7 +7,7 @@ package IkiWiki; use warnings; use strict; use lib '.'; # For use in nonstandard directory, munged by Makefile. -use IkiWiki; +use IkiWiki 3.00; sub usage () { die gettext("usage: ikiwiki [options] source dest"), "\n",