summaryrefslogtreecommitdiff
path: root/ext/B/B.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-05 14:28:42 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-05 14:28:42 +0000
commitb4ec42b69d9617082490f2c4d5d6882716a48762 (patch)
treeb247c766f965cb0d82c20845ea554509cb46357b /ext/B/B.pm
parent8af3c3489f0c9ca8d37ebae27991ac4f34dfdb2f (diff)
downloadperl-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.pm2
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;