From: Steve Peters Date: Tue, 10 Apr 2007 16:23:10 +0000 (+0000) Subject: Somehow, version.pm was missed from change #30629. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=95363e309afec517bea4a40fd3322c3a825967f4;p=p5sagit%2Fp5-mst-13.2.git Somehow, version.pm was missed from change #30629. p4raw-link: @30629 on //depot/perl: ac0e6a2fd2970df72270aecb94d407fe170b43a7 p4raw-id: //depot/perl@30895 --- diff --git a/lib/version.pm b/lib/version.pm index 85be41d6..9fd7208 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = "0.70"; +$VERSION = 0.71; $CLASS = 'version';