mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Bump version number and copyright info
This commit is contained in:
parent
8f1ad554d9
commit
727d606928
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
*version-banner*
|
||||
*c-file-header-comment*)
|
||||
(begin
|
||||
(define *version* "0.0.3 (Pre-release)")
|
||||
(define *version* "0.0.4 (Pre-release)")
|
||||
|
||||
(define *version-banner*
|
||||
(string-append "
|
||||
|
@ -18,7 +18,7 @@
|
|||
,@ https://github.com/justinethier/cyclone
|
||||
'@
|
||||
.@
|
||||
@@ #@ (c) 2014 Justin Ethier
|
||||
@@ #@ (c) 2014-2016 Justin Ethier
|
||||
`@@@#@@@. Version " *version* "
|
||||
#@@@@@
|
||||
+@@@+
|
||||
|
@ -33,7 +33,7 @@
|
|||
(string-append "/**
|
||||
** This file was automatically generated by the Cyclone scheme compiler
|
||||
**
|
||||
** (c) 2014 Justin Ethier
|
||||
** (c) 2014-2016 Justin Ethier
|
||||
** Version " *version* "
|
||||
**
|
||||
**/
|
||||
|
|
Loading…
Add table
Reference in a new issue