Bump version and update Changes master 1.000
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 11 May 2018 19:20:01 +0000 (22:20 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 11 May 2018 19:20:01 +0000 (22:20 +0300)
Changes
README
lib/App/Scheme79asm.pm
lib/App/Scheme79asm/Compiler.pm

diff --git a/Changes b/Changes
index eac490333ae98ad06848d0a3049ca51cf3313d54..d9b0b214c36b363a3b427158eea29a91da8a5c25 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::Scheme79asm.
 
+1.000 2018-05-11T22:20+01:00
+ - First stable release
+ - Obtain 100% code coverage again
+
 0.005001 2018-04-28T17:41+01:00
  - Use Data::Dump::Sexp instead of a custom dump_sexp function
  - Make the compiler output contain proper symbols instead of strings
diff --git a/README b/README
index 06bf6b30e2dad0d74b2c92bb7969dcbcdc684490..833a0a659af583ce3487d048f2f91e9ab2f7585b 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-App-Scheme79asm version 0.005001
-================================
+App-Scheme79asm version 1.000
+=============================
 
 SIMPLE is a LISP processor defined in the 1979
 B<Design of LISP-Based Processors> paper by Steele and Sussman.
index 374a8a3f43af771517da7dec974c96f7e2bb798d..353580fd5798af43c18cc2278cfd68ef754eea1f 100644 (file)
@@ -10,7 +10,7 @@ use Data::Dumper qw/Dumper/;
 use Data::SExpression qw/consp scalarp/;
 use Scalar::Util qw/looks_like_number/;
 
-our $VERSION = '0.005001';
+our $VERSION = '1.000';
 
 our %TYPES = (
        LIST => 0,
index 270580e154b8a1fc487967c260fe2ba5b8e237bd..a30d9dde4d00fdff904d2096c0d1deffd7e46990 100644 (file)
@@ -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/;
This page took 0.012436 seconds and 4 git commands to generate.