Release 3.27

This commit is contained in:
Duncan Ferguson 2009-09-24 18:31:57 +01:00
parent df2584b6d2
commit cbb31ca09c
5 changed files with 5 additions and 10 deletions

View file

@ -50,12 +50,7 @@
# http://www.opensource.org/licenses/gpl-license.php
#
############################################################################
my $VERSION = '$Revision$ ($Date$)';
# Now tidy it up, but in such as way cvs doesn't kill the tidy up stuff
$VERSION =~ s/\$Revision: //;
$VERSION =~ s/\$Date: //;
$VERSION =~ s/ \$//g;
my $VERSION = '3.27';
### all use statements ###
use strict;