[Templates-svn] r1068 - trunk/bin
svn@template-toolkit.org
svn@template-toolkit.org
Author: abw
Date: 2007-04-27 14:33:25 +0100 (Fri, 27 Apr 2007)
New Revision: 1068
Modified:
trunk/bin/tpage
trunk/bin/ttree
Log:
hard-coded version number for ttree and tpage now that we no longer have CVS to work from
Modified: trunk/bin/tpage
===================================================================
--- trunk/bin/tpage 2007-04-27 13:28:02 UTC (rev 1067)
+++ trunk/bin/tpage 2007-04-27 13:33:25 UTC (rev 1068)
@@ -28,7 +28,7 @@
use AppConfig;
my $NAME = "tpage";
-my $VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+my $VERSION = 2.70;
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
my $TTMODULE = 'Template';
@@ -229,7 +229,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT
Modified: trunk/bin/ttree
===================================================================
--- trunk/bin/ttree 2007-04-27 13:28:02 UTC (rev 1067)
+++ trunk/bin/ttree 2007-04-27 13:33:25 UTC (rev 1068)
@@ -37,7 +37,7 @@
use Text::ParseWords qw(quotewords);
my $NAME = "ttree";
-my $VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+my $VERSION = 2.90;
my $HOME = $ENV{ HOME } || '';
my $RCFILE = $ENV{"\U${NAME}rc"} || "$HOME/.${NAME}rc";
my $TTMODULE = 'Template';
@@ -1056,7 +1056,7 @@
=head1 VERSION
2.68, distributed as part of the
-Template Toolkit version 2.18, released on 09 February 2007.
+Template Toolkit version 2.19, released on 27 April 2007.
=head1 COPYRIGHT