mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-25 04:55:04 +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 `infinite?`, `finite?`, and `nan?` to `(scheme inexact)`.
|
||||||
- Added string ports to `(scheme base)` - `open-input-string`, `open-output-string`, and `get-output-string`.
|
- 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`.
|
- 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:
|
Bug Fixes:
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*version-banner*
|
*version-banner*
|
||||||
*c-file-header-comment*)
|
*c-file-header-comment*)
|
||||||
(begin
|
(begin
|
||||||
(define *version-number* "0.1.6")
|
(define *version-number* "0.2")
|
||||||
(define *version-name* "beta")
|
(define *version-name* "beta")
|
||||||
(define *version* (string-append *version-number* " (" *version-name* ")"))
|
(define *version* (string-append *version-number* " (" *version-name* ")"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue