From 43f5049649ff8c33fb119e7ef433a18bbc85ae9a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 4 Jan 2017 16:48:29 -0500 Subject: [PATCH] Update for 2017 --- docs/Writing-the-Cyclone-Scheme-Compiler-Revision-1.md | 4 +++- scheme/cyclone/common.sld | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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* " `@@@#@@@. #@@@@@