Make the blead versions of these be newer...
Jarkko Hietaniemi [Thu, 14 Aug 2003 07:05:48 +0000 (07:05 +0000)]
p4raw-id: //depot/perl@20697

ext/B/B/Assembler.pm
ext/B/B/Disassembler.pm

index afbd338..a9f896a 100644 (file)
@@ -16,7 +16,7 @@ no warnings;                  # XXX
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.05;
+$VERSION = 0.06;
 
 use strict;
 my %opnumber;
index d097445..0d28ed8 100644 (file)
@@ -6,7 +6,7 @@
 #      License or the Artistic License, as specified in the README file.
 package B::Disassembler::BytecodeStream;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use FileHandle;
 use Carp;