Bump to v0.2

This commit is contained in:
Justin Ethier 2016-09-07 23:15:57 -04:00
parent 78cba89943
commit 0b1f39412a
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

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