Skip to content

Commit

Permalink
Gerbil-v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed May 31, 2017
2 parents 9f57e6c + e321ece commit 925a551
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5-31-2017: Gerbil-v0.10
- lang/scheme: R7RS implementation
- doc/core-prelude: core prelude documentation
- prelude:
- core:
- more import and export expanders
- fix @-set! expansion for multislot
- gambit: add gc-report-set!
- compiler: fix compile-static-exe to honor gsc-options
- expander: fix core-expand-exports for nested expansions

5-26-2017: Gerbil-v0.9
- expander:
- %%ref, %%app, and %%begin-module indirections for custom expansion
Expand Down
2 changes: 1 addition & 1 deletion src/gerbil/runtime/gx-gambc0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
;;;

(define (gerbil-version-string)
"v0.10-DEV")
"v0.10")

(define (gerbil-system-version-string)
(string-append "Gerbil " (gerbil-version-string) " on Gambit " (system-version-string)))
Expand Down

0 comments on commit 925a551

Please sign in to comment.