From: Nicholas Clark <nick@ccl4.org>
Date: Tue, 13 Mar 2007 20:48:17 +0000 (+0000)
Subject: Bump versions of modules that are currently on "dev" releases in maint.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=828888e012822f4d8dcbb99617960a962e7d6770;p=p5sagit%2Fp5-mst-13.2.git

Bump versions of modules that are currently on "dev" releases in maint.

p4raw-id: //depot/perl@30569
---

diff --git a/ext/B/B/Debug.pm b/ext/B/B/Debug.pm
index 8b34a1d..db5d0f0 100644
--- a/ext/B/B/Debug.pm
+++ b/ext/B/B/Debug.pm
@@ -1,6 +1,6 @@
 package B::Debug;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use strict;
 use B qw(peekop class walkoptree walkoptree_exec
diff --git a/ext/B/B/Terse.pm b/ext/B/B/Terse.pm
index d87b881..da6e48a 100644
--- a/ext/B/B/Terse.pm
+++ b/ext/B/B/Terse.pm
@@ -1,6 +1,6 @@
 package B::Terse;
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 use strict;
 use B qw(class);