mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 01:37:34 +02:00
Changed links
This commit is contained in:
parent
a97150b705
commit
26f23a51c8
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
*version-banner*
|
*version-banner*
|
||||||
*c-file-header-comment*)
|
*c-file-header-comment*)
|
||||||
(begin
|
(begin
|
||||||
(define *version* "0.0.7 (Pre-release)")
|
(define *version* "0.1.0 (alpha)")
|
||||||
|
|
||||||
(define *version-banner*
|
(define *version-banner*
|
||||||
(string-append "
|
(string-append "
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
`@@@@@+
|
`@@@@@+
|
||||||
.@@@+@@@ Cyclone
|
.@@@+@@@ Cyclone
|
||||||
@@ @@ Scheme-to-C compiler
|
@@ @@ Scheme-to-C compiler
|
||||||
,@ https://github.com/justinethier/cyclone
|
,@ http://justinethier.github.io/cyclone/
|
||||||
'@
|
'@
|
||||||
.@
|
.@
|
||||||
@@ #@ (c) 2014-2016 Justin Ethier
|
@@ #@ (c) 2014-2016 Justin Ethier
|
||||||
|
@ -40,6 +40,7 @@
|
||||||
(define *c-file-header-comment*
|
(define *c-file-header-comment*
|
||||||
(string-append "/**
|
(string-append "/**
|
||||||
** This file was automatically generated by the Cyclone scheme compiler
|
** This file was automatically generated by the Cyclone scheme compiler
|
||||||
|
** http://justinethier.github.io/cyclone/
|
||||||
**
|
**
|
||||||
** (c) 2014-2016 Justin Ethier
|
** (c) 2014-2016 Justin Ethier
|
||||||
** Version " *version* "
|
** Version " *version* "
|
||||||
|
|
Loading…
Add table
Reference in a new issue