From: Steve Peters Date: Tue, 3 Oct 2006 13:51:30 +0000 (+0000) Subject: Upgrade to version-0.6701 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=77e3170267e9f1a1ea8e24e3a4ef2aefe3c6bd45;p=p5sagit%2Fp5-mst-13.2.git Upgrade to version-0.6701 p4raw-id: //depot/perl@28924 --- diff --git a/lib/version.pm b/lib/version.pm index 703c163..9de39e6 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = 0.67; +$VERSION = 0.6701; $CLASS = 'version';