summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-05 14:56:50 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-05 15:47:04 -0700
commit1a5eefe0dbec84fef092f54a1da3f267f6ac039d (patch)
tree9b55b4ff88c86587fea6d10f8cb65f091ad7aa2f /ext/B
parente9d5f7d5c47a96d94ce10d3b5677a9625fe6c413 (diff)
downloadperl-1a5eefe0dbec84fef092f54a1da3f267f6ac039d.tar.gz
B.pm: Bump version
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 7a63f629b7..ee4700f292 100644
--- a/ext/B/B.pm
+++ b/ext/B/B.pm
@@ -15,7 +15,7 @@ require Exporter;
# walkoptree comes from B.xs
BEGIN {
- $B::VERSION = '1.47';
+ $B::VERSION = '1.48';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.