[Templates-cvs] cvs commit: Template2/bin tpage ttree
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 07/02/09 18:40:13
Modified: bin tpage ttree
Log:
release version 2.18
Revision Changes Path
2.69 +5 -5 Template2/bin/tpage
Index: tpage
===================================================================
RCS file: /template-toolkit/Template2/bin/tpage,v
retrieving revision 2.68
retrieving revision 2.69
diff -u -r2.68 -r2.69
--- tpage 2006/05/30 17:01:05 2.68
+++ tpage 2007/02/09 18:40:12 2.69
@@ -19,7 +19,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: tpage,v 2.68 2006/05/30 17:01:05 abw Exp $
+# $Id: tpage,v 2.69 2007/02/09 18:40:12 abw Exp $
#
#========================================================================
@@ -28,7 +28,7 @@
use AppConfig;
my $NAME = "tpage";
-my $VERSION = sprintf("%d.%02d", q$Revision: 2.68 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 2.69 $ =~ /(\d+)\.(\d+)/);
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
my $TTMODULE = 'Template';
@@ -229,12 +229,12 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
2.87 +5 -5 Template2/bin/ttree
Index: ttree
===================================================================
RCS file: /template-toolkit/Template2/bin/ttree,v
retrieving revision 2.86
retrieving revision 2.87
diff -u -r2.86 -r2.87
--- ttree 2006/05/30 17:01:06 2.86
+++ ttree 2007/02/09 18:40:13 2.87
@@ -23,7 +23,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: ttree,v 2.86 2006/05/30 17:01:06 abw Exp $
+# $Id: ttree,v 2.87 2007/02/09 18:40:13 abw Exp $
#
#========================================================================
@@ -37,7 +37,7 @@
use Text::ParseWords qw(quotewords);
my $NAME = "ttree";
-my $VERSION = sprintf("%d.%02d", q$Revision: 2.86 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 2.87 $ =~ /(\d+)\.(\d+)/);
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
my $TTMODULE = 'Template';
@@ -1056,12 +1056,12 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.15b, released on 30 May 2006.
+Template Toolkit version 2.18, released on 09 February 2007.
=head1 COPYRIGHT
- Copyright (C) 1996-2006 Andy Wardley. All Rights Reserved.
- Copyright (C) 1998-2002 Canon Research Centre Europe Ltd.
+ Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.
+
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.