From 0edb4b34e85aceb436bfc91748338a4155c881e5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 17 Feb 2018 12:21:01 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 4 ++-- lib/App/Scheme79asm.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 463ebcf..455279b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension App::Scheme79asm. +0.002 2018-02-17T12:21+00:00 + - More documentation + 0.001001 2018-02-10T18:43+00:00 - More features (laying out contiguous blocks) - Use lists instead of conses in the input diff --git a/README b/README index b4d66c7..0eddf78 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-Scheme79asm version 0.001001 -================================ +App-Scheme79asm version 0.002 +============================= SIMPLE is a LISP processor defined in the 1979 B paper by Steele and Sussman. diff --git a/lib/App/Scheme79asm.pm b/lib/App/Scheme79asm.pm index 60af90f..5aebe08 100644 --- a/lib/App/Scheme79asm.pm +++ b/lib/App/Scheme79asm.pm @@ -8,7 +8,7 @@ use Data::Dumper qw/Dumper/; use Data::SExpression qw/consp scalarp/; use Scalar::Util qw/looks_like_number/; -our $VERSION = '0.001001'; +our $VERSION = '0.002'; our %TYPES = ( LIST => 0, -- 2.30.2