X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;ds=sidebyside;f=lib%2FApp%2FScheme79asm%2FCompiler.pm;h=a30d9dde4d00fdff904d2096c0d1deffd7e46990;hb=296bac97c7ac6410c858581515ea3aebbe24fc6c;hp=270580e154b8a1fc487967c260fe2ba5b8e237bd;hpb=04be023f8bc114edb6dddae6cee3bd58ea758561;p=app-scheme79asm.git diff --git a/lib/App/Scheme79asm/Compiler.pm b/lib/App/Scheme79asm/Compiler.pm index 270580e..a30d9dd 100644 --- a/lib/App/Scheme79asm/Compiler.pm +++ b/lib/App/Scheme79asm/Compiler.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.005001'; +our $VERSION = '1.000'; use Carp qw/croak/; use Data::Dumper qw/Dumper/;