From: Steve Peters Date: Sat, 20 Jan 2007 03:51:26 +0000 (+0000) Subject: Upgrade to version-0.69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a36504e104c75cce0ab1c54edce368a9f9f9b78f;p=p5sagit%2Fp5-mst-13.2.git Upgrade to version-0.69 p4raw-id: //depot/perl@29895 --- diff --git a/lib/version.pm b/lib/version.pm index 084b948..3291973 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS *qv); -$VERSION = 0.68; +$VERSION = 0.69; $CLASS = 'version';