Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Feb 2018 12:21:01 +0000 (12:21 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 17 Feb 2018 12:21:01 +0000 (12:21 +0000)
Changes
README
lib/App/Scheme79asm.pm

diff --git a/Changes b/Changes
index 463ebcf174ad186e44fbae6a5d2cb72e64d6d5fc..455279b59874578abd508e73d57a3d1960fd149f 100644 (file)
--- 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 b4d66c7d4bf97a7e13c9866afac5ce31be2e04ab..0eddf78039c69fc8d7ef9192d2343e965eaf47b6 100644 (file)
--- 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<Design of LISP-Based Processors> paper by Steele and Sussman.
index 60af90ff18be6c264b8da11bb3cb8ebe4e720595..5aebe08689da7b303fc85016d414f0a16d8ae910 100644 (file)
@@ -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,
This page took 0.012281 seconds and 4 git commands to generate.