diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:34:19 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-23 16:34:19 -0500 |
commit | 678d467a4080dd549f2b6f276f963eac384e1b4f (patch) | |
tree | 927da00c8155f979f9f98f9bdb52cc668d84ca52 /IkiWiki.pm | |
parent | 7e7739bdd90ed528cfdb659feb342abfb2893178 (diff) | |
download | ikiwiki-678d467a4080dd549f2b6f276f963eac384e1b4f.tar ikiwiki-678d467a4080dd549f2b6f276f963eac384e1b4f.tar.gz |
finalise version 3.00 of the plugin api
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 2 |
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 |