From 88d01e8dd0be693cf54a3bafc9974fa70eda2ddd Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 16 Sep 2001 20:36:58 +0000 Subject: Bump up version numbers. TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040 --- ext/B/B/Assembler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/B') diff --git a/ext/B/B/Assembler.pm b/ext/B/B/Assembler.pm index e573cefc89..86f0962e38 100644 --- a/ext/B/B/Assembler.pm +++ b/ext/B/B/Assembler.pm @@ -14,7 +14,7 @@ require ByteLoader; # we just need its $VERSIOM @ISA = qw(Exporter); @EXPORT_OK = qw(assemble_fh newasm endasm assemble); -$VERSION = 0.02; +$VERSION = 0.03; use strict; my %opnumber; -- cgit v1.2.1