summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-17 21:07:11 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-17 21:07:11 +0000
commit2d2cf66ad265b8710fd8b64e24b1a524655e30d0 (patch)
treedb88d7aa2be82f379285cec896726700f924e0c8 /ext/B
parentd61fd5839368ba2d6df15b21f4d0d037a0604f9f (diff)
downloadperl-2d2cf66ad265b8710fd8b64e24b1a524655e30d0.tar.gz
Bump $B::VERSION (because of change #22315).
p4raw-link: @22315 on //depot/perl: 4ce457a6488a69b8fafc38a9468220b68d66eddb p4raw-id: //depot/perl@22320
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm
index 5659da39ce..1d31369869 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;