From: Rafael Garcia-Suarez Date: Tue, 17 Feb 2004 21:07:11 +0000 (+0000) Subject: Bump $B::VERSION (because of change #22315). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2d2cf66ad265b8710fd8b64e24b1a524655e30d0;p=p5sagit%2Fp5-mst-13.2.git Bump $B::VERSION (because of change #22315). p4raw-link: @22315 on //depot/perl: 4ce457a6488a69b8fafc38a9468220b68d66eddb p4raw-id: //depot/perl@22320 --- diff --git a/ext/B/B.pm b/ext/B/B.pm index 5659da3..1d31369 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.03'; +our $VERSION = '1.04'; use XSLoader (); require Exporter;