[Templates-cvs] cvs commit: Template2/bin tpage ttree

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 30 Jan 2004 19:30:51 +0000


cvs         04/01/30 19:30:50

  Modified:    bin      tpage ttree
  Log:
  version 2.13
  
  Revision  Changes    Path
  2.63      +3 -3      Template2/bin/tpage
  
  Index: tpage
  ===================================================================
  RCS file: /template-toolkit/Template2/bin/tpage,v
  retrieving revision 2.62
  retrieving revision 2.63
  diff -u -r2.62 -r2.63
  --- tpage	2004/01/13 16:18:23	2.62
  +++ tpage	2004/01/30 19:30:46	2.63
  @@ -19,7 +19,7 @@
   #
   #------------------------------------------------------------------------
   #
  -# $Id: tpage,v 2.62 2004/01/13 16:18:23 abw Exp $
  +# $Id: tpage,v 2.63 2004/01/30 19:30:46 abw Exp $
   #
   #========================================================================
   
  @@ -112,8 +112,8 @@
   
   =head1 VERSION
   
  -2.68, distributed as part of the
  -Template Toolkit version 2.12a, released on 13 January 2004.
  +2.69, distributed as part of the
  +Template Toolkit version 2.13, released on 30 January 2004.
   
   =head1 COPYRIGHT
   
  
  
  
  2.76      +4 -4      Template2/bin/ttree
  
  Index: ttree
  ===================================================================
  RCS file: /template-toolkit/Template2/bin/ttree,v
  retrieving revision 2.75
  retrieving revision 2.76
  diff -u -r2.75 -r2.76
  --- ttree	2004/01/30 18:30:03	2.75
  +++ ttree	2004/01/30 19:30:49	2.76
  @@ -23,7 +23,7 @@
   #
   #------------------------------------------------------------------------
   #
  -# $Id: ttree,v 2.75 2004/01/30 18:30:03 abw Exp $
  +# $Id: ttree,v 2.76 2004/01/30 19:30:49 abw Exp $
   #
   #========================================================================
   
  @@ -37,7 +37,7 @@
   use Text::ParseWords qw(quotewords);
   
   my $NAME     = "ttree";
  -my $VERSION  = sprintf("%d.%02d", q$Revision: 2.75 $ =~ /(\d+)\.(\d+)/);
  +my $VERSION  = sprintf("%d.%02d", q$Revision: 2.76 $ =~ /(\d+)\.(\d+)/);
   my $HOME     = $ENV{ HOME } || '';
   my $RCFILE   = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
   my $TTMODULE = 'Template';
  @@ -1052,8 +1052,8 @@
   
   =head1 VERSION
   
  -2.68, distributed as part of the
  -Template Toolkit version 2.12a, released on 13 January 2004.
  +2.69, distributed as part of the
  +Template Toolkit version 2.13, released on 30 January 2004.
   
   =head1 COPYRIGHT