Bump versions of modules that are currently on "dev" releases in maint.
Nicholas Clark [Tue, 13 Mar 2007 20:48:17 +0000 (20:48 +0000)]
p4raw-id: //depot/perl@30569

ext/B/B/Debug.pm
ext/B/B/Terse.pm

index 8b34a1d..db5d0f0 100644 (file)
@@ -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
index d87b881..da6e48a 100644 (file)
@@ -1,6 +1,6 @@
 package B::Terse;
 
-our $VERSION = '1.03';
+our $VERSION = '1.04';
 
 use strict;
 use B qw(class);