aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-23 16:34:19 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-23 16:34:19 -0500
commit678d467a4080dd549f2b6f276f963eac384e1b4f (patch)
tree927da00c8155f979f9f98f9bdb52cc668d84ca52 /IkiWiki.pm
parent7e7739bdd90ed528cfdb659feb342abfb2893178 (diff)
downloadikiwiki-678d467a4080dd549f2b6f276f963eac384e1b4f.tar
ikiwiki-678d467a4080dd549f2b6f276f963eac384e1b4f.tar.gz
finalise version 3.00 of the plugin api
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 127c9e5d7..759bfbc65 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -24,7 +24,7 @@ our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match
inject
%config %links %pagestate %wikistate %renderedfiles
%pagesources %destsources);
-our $VERSION = 2.00; # plugin interface version, next is ikiwiki version
+our $VERSION = 3.00; # plugin interface version, next is ikiwiki version
our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE
my $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE