From: Steve Hay Date: Sun, 14 Feb 2010 23:52:41 +0000 (+0000) Subject: Bump version's $VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa6255bdf72dc4b984f70a12cfd0fd0523f20b56;p=p5sagit%2Fp5-mst-13.2.git Bump version's $VERSION version.pm was changed by 61a0cb1c57a82d328c88c2dd525c91495edb2db9 and Jesse confirms that the $VERSION should be bumped as a result. --- diff --git a/lib/version.pm b/lib/version.pm index 6b44e24..60e5d6d 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv); -$VERSION = 0.81; +$VERSION = 0.82; $CLASS = 'version';