aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-04 16:37:20 -0400
committerJoey Hess <joey@kitenet.net>2010-05-04 16:37:20 -0400
commit59ff5cf553ed82b47323c584815f6bbc7c10d2f4 (patch)
treec327c4d2732833966e30676d523ad667569be581 /ikiwiki.in
parent74e0c83a951ea9d1b5b0a068374086f71a04b593 (diff)
downloadikiwiki-59ff5cf553ed82b47323c584815f6bbc7c10d2f4.tar
ikiwiki-59ff5cf553ed82b47323c584815f6bbc7c10d2f4.tar.gz
version IkIWiki use, to help prevent wacky mismatch errors
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in2
1 files changed, 1 insertions, 1 deletions
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",