Bump version numbers for modules that have changed since 5.8.3
[p5sagit/p5-mst-13.2.git] / ext / B / B / Assembler.pm
index fce3753..6f6addf 100644 (file)
@@ -16,7 +16,7 @@ no warnings;                  # XXX
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(assemble_fh newasm endasm assemble asm);
-$VERSION = 0.06;
+$VERSION = 0.07;
 
 use strict;
 my %opnumber;