mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 13:05: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*
|
*version-banner*
|
||||||
*c-file-header-comment*)
|
*c-file-header-comment*)
|
||||||
(begin
|
(begin
|
||||||
(define *version* "0.0.3 (Pre-release)")
|
(define *version* "0.0.4 (Pre-release)")
|
||||||
|
|
||||||
(define *version-banner*
|
(define *version-banner*
|
||||||
(string-append "
|
(string-append "
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
,@ https://github.com/justinethier/cyclone
|
,@ https://github.com/justinethier/cyclone
|
||||||
'@
|
'@
|
||||||
.@
|
.@
|
||||||
@@ #@ (c) 2014 Justin Ethier
|
@@ #@ (c) 2014-2016 Justin Ethier
|
||||||
`@@@#@@@. Version " *version* "
|
`@@@#@@@. Version " *version* "
|
||||||
#@@@@@
|
#@@@@@
|
||||||
+@@@+
|
+@@@+
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
(string-append "/**
|
(string-append "/**
|
||||||
** This file was automatically generated by the Cyclone scheme compiler
|
** This file was automatically generated by the Cyclone scheme compiler
|
||||||
**
|
**
|
||||||
** (c) 2014 Justin Ethier
|
** (c) 2014-2016 Justin Ethier
|
||||||
** Version " *version* "
|
** Version " *version* "
|
||||||
**
|
**
|
||||||
**/
|
**/
|
||||||
|
|
Loading…
Add table
Reference in a new issue