version IkIWiki use, to help prevent wacky mismatch errors

master
Joey Hess 2010-05-04 16:37:20 -04:00
parent 74e0c83a95
commit 59ff5cf553
1 changed files with 1 additions and 1 deletions

View File

@ -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",