Skip to content

Commit

Permalink
bump version and copyright year
Browse files Browse the repository at this point in the history
git-svn-id: http://perl-compiler.googlecode.com/svn/trunk@79 ed534f1a-1453-0410-ab30-dfc593a8b23c
  • Loading branch information
Reini Urban committed Dec 5, 2009
1 parent 2609f19 commit 52b6619
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1.04_28 2009-12-?? rurban
* t/b.t, t/o.t, t/stash.t: fix tests for 5.6.2
* bytecode.c: byteorder swab only if same length. 1234 => 4321, 12345678 => 87654321
* Assembler.pm: 5.6 byteorder fix:
* Assembler.pm (0.07_06): 5.6 byteorder fix:
until 5.6 the $Config{byteorder} was falsely dependent on ivsize, we need longsize.

1.04_27 2009-12-04 rurban
Expand Down
4 changes: 2 additions & 2 deletions lib/B/Assembler.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Assembler.pm
#
# Copyright (c) 1996 Malcolm Beattie
# Copyright (c) 2008 Reini Urban
# Copyright (c) 2008,2009 Reini Urban
#
# You may distribute under the terms of either the GNU General Public
# License or the Artistic License, as specified in the README file.
Expand All @@ -17,7 +17,7 @@ no warnings; # XXX

@ISA = qw(Exporter);
@EXPORT_OK = qw(assemble_fh newasm endasm assemble asm maxopix maxsvix);
$VERSION = '0.07_05';
$VERSION = '0.07_06';

use strict;
my %opnumber;
Expand Down

0 comments on commit 52b6619

Please sign in to comment.