[Templates-cvs] cvs commit: Template2/lib Template.pm
cvs@template-toolkit.org
cvs@template-toolkit.org
Wed, 08 Oct 2003 11:04:53 +0100
cvs 03/10/08 10:04:53
Modified: lib Template.pm
Log:
* bumped the version number for a developer release
Revision Changes Path
2.70 +2 -1 Template2/lib/Template.pm
Index: Template.pm
===================================================================
RCS file: /template-toolkit/Template2/lib/Template.pm,v
retrieving revision 2.69
retrieving revision 2.70
diff -u -r2.69 -r2.70
--- Template.pm 2003/07/24 16:16:25 2.69
+++ Template.pm 2003/10/08 10:04:53 2.70
@@ -17,7 +17,7 @@
# modify it under the same terms as Perl itself.
#
# REVISION
-# $Id: Template.pm,v 2.69 2003/07/24 16:16:25 abw Exp $
+# $Id: Template.pm,v 2.70 2003/10/08 10:04:53 abw Exp $
#
#========================================================================
@@ -39,6 +39,7 @@
## This is the main version number for the Template Toolkit.
## It is extracted by ExtUtils::MakeMaker and inserted in various places.
$VERSION = '2.10';
+$VERSION = '2.10a';
$ERROR = '';
$DEBUG = 0;