[Templates-cvs] cvs commit: Template2/bin tpage ttree
cvs@template-toolkit.org
cvs@template-toolkit.org
Mon, 12 Jan 2004 12:36:41 +0000
cvs 04/01/12 12:36:41
Modified: bin tpage ttree
Log:
version 2.12
Revision Changes Path
2.61 +3 -2 Template2/bin/tpage
Index: tpage
===================================================================
RCS file: /template-toolkit/Template2/bin/tpage,v
retrieving revision 2.60
retrieving revision 2.61
diff -u -r2.60 -r2.61
--- tpage 2004/01/12 11:51:33 2.60
+++ tpage 2004/01/12 12:36:40 2.61
@@ -19,7 +19,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: tpage,v 2.60 2004/01/12 11:51:33 abw Exp $
+# $Id: tpage,v 2.61 2004/01/12 12:36:40 abw Exp $
#
#========================================================================
@@ -112,7 +112,7 @@
=head1 VERSION
-2.66, distributed as part of the
+2.67, distributed as part of the
Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT
@@ -126,6 +126,7 @@
=head1 SEE ALSO
L<ttree|Template::Tools::ttree>
+
=cut
# Local Variables:
2.73 +3 -3 Template2/bin/ttree
Index: ttree
===================================================================
RCS file: /template-toolkit/Template2/bin/ttree,v
retrieving revision 2.72
retrieving revision 2.73
diff -u -r2.72 -r2.73
--- ttree 2004/01/12 12:09:49 2.72
+++ ttree 2004/01/12 12:36:40 2.73
@@ -23,7 +23,7 @@
#
#------------------------------------------------------------------------
#
-# $Id: ttree,v 2.72 2004/01/12 12:09:49 abw Exp $
+# $Id: ttree,v 2.73 2004/01/12 12:36:40 abw Exp $
#
#========================================================================
@@ -37,7 +37,7 @@
use Text::ParseWords qw(quotewords);
my $NAME = "ttree";
-my $VERSION = sprintf("%d.%02d", q$Revision: 2.72 $ =~ /(\d+)\.(\d+)/);
+my $VERSION = sprintf("%d.%02d", q$Revision: 2.73 $ =~ /(\d+)\.(\d+)/);
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
my $TTMODULE = 'Template';
@@ -1042,7 +1042,7 @@
=head1 VERSION
-2.66, distributed as part of the
+2.67, distributed as part of the
Template Toolkit version 2.12, released on 12 January 2004.
=head1 COPYRIGHT