Bump version number and copyright info

This commit is contained in:
Justin Ethier 2015-12-29 23:21:59 -05:00
parent 8f1ad554d9
commit 727d606928

View file

@ -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* "
** **
**/ **/