From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 07:05:48 +0000 (+0000) Subject: Make the blead versions of these be newer... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3353beaa3f95112e24afd5155933d13cf27ab516;p=p5sagit%2Fp5-mst-13.2.git Make the blead versions of these be newer... p4raw-id: //depot/perl@20697 --- diff --git a/ext/B/B/Assembler.pm b/ext/B/B/Assembler.pm index afbd338..a9f896a 100644 --- a/ext/B/B/Assembler.pm +++ b/ext/B/B/Assembler.pm @@ -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; diff --git a/ext/B/B/Disassembler.pm b/ext/B/B/Disassembler.pm index d097445..0d28ed8 100644 --- a/ext/B/B/Disassembler.pm +++ b/ext/B/B/Disassembler.pm @@ -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;