# HG changeset patch # User Steve Kemp # Date 1199573031 0 # Node ID 6c1a70c3c3a83a25b32c8622bc1f0f4aec5cac15 # Parent bef6c294a6436038b05896082b0273387779d76a Updated so that our templates always get a version included. diff -r bef6c294a643 -r 6c1a70c3c3a8 bin/chronicle --- a/bin/chronicle Sat Jan 05 22:37:52 2008 +0000 +++ b/bin/chronicle Sat Jan 05 22:43:51 2008 +0000 @@ -970,6 +970,7 @@ # $template->param( entries => $entries ) if ( $entries ); $template->param( tagname => $tagName ); + $template->param( release => $RELEASE ); # # The clouds @@ -1093,6 +1094,7 @@ # my $template = loadTemplate( "month.template", die_on_bad_params => 0 ); + $template->param( release => $RELEASE ); #