diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-13 18:41:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-13 18:41:06 +0000 |
commit | dd03d57678aa8f9f6c716e6cc19c6c3749837dfe (patch) | |
tree | 97b388282614ddae84cf867f391d569b364f08bb | |
parent | f6bd8500b9d8ec429dc455d9eb07a89eebf96c81 (diff) |
* Internal version number and installdir substitutions were lost, fix.
-rw-r--r-- | IkiWiki.pm | 4 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 331300db0..f2273e07c 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -19,7 +19,9 @@ our @EXPORT = qw(hook debug error template htmlpage add_depends pagespec_match displaytime will_render gettext urlto targetpage %config %links %renderedfiles %pagesources); our $VERSION = 1.02; # plugin interface version, next is ikiwiki version -our $version="1.45";my $installdir="/usr"; +our $version='unknown'; # VERSION_AUTOREPLACE done by Makefile, DNE +my $installdir=''; # INSTALLDIR_AUTOREPLACE done by Makefile, DNE + # Optimisation. use Memoize; memoize("abs2rel"); diff --git a/debian/changelog b/debian/changelog index c9603fb65..4afbf1b4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,9 @@ ikiwiki (1.50) UNRELEASED; urgency=low [ Joey Hess ] * Add postformtext parameter to inline. + * Internal version number and installdir substitutions were lost, fix. - -- Joey Hess <joeyh@debian.org> Wed, 11 Apr 2007 23:59:25 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 13 Apr 2007 14:40:28 -0400 ikiwiki (1.49) unstable; urgency=low |