mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Explicit version number
This commit is contained in:
parent
9a6da192e6
commit
0a352541eb
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@
|
|||
(cons
|
||||
'cyclone
|
||||
(cons
|
||||
(string->symbol *version-number*)
|
||||
(string->symbol
|
||||
(string-append "version-" *version-number*))
|
||||
'(r7rs
|
||||
ieee-float
|
||||
posix))))
|
||||
|
|
Loading…
Add table
Reference in a new issue