diff --git a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md index 5005497c..3fcd4ced 100644 --- a/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md +++ b/docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md @@ -1,6 +1,8 @@ [cyclone-scheme](http://github.com/justinethier/cyclone) -# Writing the Cyclone Scheme Compiler (Revision 1) +# Writing the Cyclone Scheme Compiler + +## Revised for 2017 ###### by [Justin Ethier](https://github.com/justinethier) diff --git a/scheme/cyclone/common.sld b/scheme/cyclone/common.sld index 450648eb..0c608de9 100644 --- a/scheme/cyclone/common.sld +++ b/scheme/cyclone/common.sld @@ -29,7 +29,7 @@ @@ @@ Cyclone Scheme->C compiler ,@ http://justinethier.github.io/cyclone/ '@ - .@ (c) 2014-2016 Justin Ethier + .@ (c) 2014-2017 Justin Ethier @@ #@ Version " *version* " `@@@#@@@. #@@@@@