X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApp%2FScheme79asm%2FCompiler.pm;h=a30d9dde4d00fdff904d2096c0d1deffd7e46990;hb=296bac97c7ac6410c858581515ea3aebbe24fc6c;hp=270580e154b8a1fc487967c260fe2ba5b8e237bd;hpb=6c9fb71ea4cea174575c2f09f8d12ae0c95c8457;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/;