From: Rafael Garcia-Suarez Date: Wed, 5 Mar 2008 09:07:33 +0000 (+0000) Subject: Bump VERSION after change #33416 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a35f1ea0522ed94d65ce910c1f49334b567bf08;p=p5sagit%2Fp5-mst-13.2.git Bump VERSION after change #33416 (so we don't end up with different code but same version in 5.10.0 and, say, 5.10.1) p4raw-link: @33416 on //depot/perl: 5dd54fb4257bccaa223fa7d57413e664e9bb3c2c p4raw-id: //depot/perl@33439 --- diff --git a/lib/NEXT.pm b/lib/NEXT.pm index 7bb9c75..57e2b41 100644 --- a/lib/NEXT.pm +++ b/lib/NEXT.pm @@ -1,5 +1,5 @@ package NEXT; -$VERSION = '0.60_01'; +$VERSION = '0.60_02'; use Carp; use strict; use overload ();