mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +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
|
(cons
|
||||||
'cyclone
|
'cyclone
|
||||||
(cons
|
(cons
|
||||||
(string->symbol *version-number*)
|
(string->symbol
|
||||||
|
(string-append "version-" *version-number*))
|
||||||
'(r7rs
|
'(r7rs
|
||||||
ieee-float
|
ieee-float
|
||||||
posix))))
|
posix))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue