]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Internal version number and installdir substitutions were lost, fix.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 13 Apr 2007 18:41:06 +0000 (18:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 13 Apr 2007 18:41:06 +0000 (18:41 +0000)
IkiWiki.pm
debian/changelog

index 331300db067e41fde2f5a1547587bad8dea92a12..f2273e07cb8f8b4d43732622e59ba59acaac4e0f 100644 (file)
@@ -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");
index c9603fb65a23869e7a7ba01818c73aa9ce5da65c..4afbf1b4c861beae4fbf3febbcad890fc169dfc8 100644 (file)
@@ -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