mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Bump to v0.2
This commit is contained in:
parent
78cba89943
commit
0b1f39412a
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ Features:
|
|||
- Added `infinite?`, `finite?`, and `nan?` to `(scheme inexact)`.
|
||||
- Added string ports to `(scheme base)` - `open-input-string`, `open-output-string`, and `get-output-string`.
|
||||
- Added bytevector ports to `(scheme base)` - `get-output-bytevector`, `open-input-bytevector`, and `open-output-bytevector`.
|
||||
- Modified the makefile to also search current working directories for headers and libraries.
|
||||
- Modified `cyclone` to also search the current working directory for built-in headers and libraries.
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*version-banner*
|
||||
*c-file-header-comment*)
|
||||
(begin
|
||||
(define *version-number* "0.1.6")
|
||||
(define *version-number* "0.2")
|
||||
(define *version-name* "beta")
|
||||
(define *version* (string-append *version-number* " (" *version-name* ")"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue