diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-05 14:28:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-05 14:28:42 +0000 |
commit | b4ec42b69d9617082490f2c4d5d6882716a48762 (patch) | |
tree | b247c766f965cb0d82c20845ea554509cb46357b /ext/B/B.pm | |
parent | 8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f (diff) | |
download | perl-b4ec42b69d9617082490f2c4d5d6882716a48762.tar.gz |
Bump B version numbers
p4raw-id: //depot/perl@24396
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 95b2f04ab1..fa3c218f5b 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -7,7 +7,7 @@ # package B; -our $VERSION = '1.08'; +our $VERSION = '1.09'; use XSLoader (); require Exporter; |