version IkIWiki use, to help prevent wacky mismatch errors
authorJoey Hess <joey@kitenet.net>
Tue, 4 May 2010 20:37:20 +0000 (16:37 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 4 May 2010 20:37:20 +0000 (16:37 -0400)
ikiwiki.in

index acd37f8026c1a2a9ab076a877358617e9e20435e..ac43044dfcbb6b927de2f83081f9cb67ce6bd384 100755 (executable)
@@ -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",