mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +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*
|
||||
*c-file-header-comment*)
|
||||
(begin
|
||||
(define *version* "0.0.7 (Pre-release)")
|
||||
(define *version* "0.1.0 (alpha)")
|
||||
|
||||
(define *version-banner*
|
||||
(string-append "
|
||||
|
@ -23,7 +23,7 @@
|
|||
`@@@@@+
|
||||
.@@@+@@@ Cyclone
|
||||
@@ @@ Scheme-to-C compiler
|
||||
,@ https://github.com/justinethier/cyclone
|
||||
,@ http://justinethier.github.io/cyclone/
|
||||
'@
|
||||
.@
|
||||
@@ #@ (c) 2014-2016 Justin Ethier
|
||||
|
@ -40,6 +40,7 @@
|
|||
(define *c-file-header-comment*
|
||||
(string-append "/**
|
||||
** This file was automatically generated by the Cyclone scheme compiler
|
||||
** http://justinethier.github.io/cyclone/
|
||||
**
|
||||
** (c) 2014-2016 Justin Ethier
|
||||
** Version " *version* "
|
||||
|
|
Loading…
Add table
Reference in a new issue