From 464e17c4f11996480a4bbd2509c6133231d77b47 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 10 Feb 2018 18:43:11 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/App/Scheme79asm.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index dfa8266..463ebcf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension App::Scheme79asm. +0.001001 2018-02-10T18:43+00:00 + - More features (laying out contiguous blocks) + - Use lists instead of conses in the input + - Some documentation + 0.001 2018-01-31T16:31+00:00 - Initial release diff --git a/README b/README index 588ca25..b4d66c7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -App-Scheme79asm version 0.001 -============================= +App-Scheme79asm version 0.001001 +================================ 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 77a09f9..61305f7 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.001'; +our $VERSION = '0.001001'; our %TYPES = ( LIST => 0, -- 2.30.2