[Templates-cvs] cvs commit: Template2/lib Template.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 06 Jan 2004 18:50:28 +0000
cvs 04/01/06 18:50:28
Modified: lib Template.pm
Log:
* bumped version number
Revision Changes Path
2.73 +2 -2 Template2/lib/Template.pm
Index: Template.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template.pm,v
retrieving revision 2.72
retrieving revision 2.73
diff -u -r2.72 -r2.73
--- Template.pm 2004/01/06 18:31:13 2.72
+++ Template.pm 2004/01/06 18:50:26 2.73
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Template.pm,v 2.72 2004/01/06 18:31:13 abw Exp $
+# $Id: Template.pm,v 2.73 2004/01/06 18:50:26 abw Exp $
#
#========================================================================
@@ -38,7 +38,7 @@
## This is the main version number for the Template Toolkit.
## It is extracted by ExtUtils::MakeMaker and inserted in various places.
-$VERSION = '2.11';
+$VERSION = '2.11a';
$ERROR = '';
$DEBUG = 0;